A open-source tool to to visualise your RAG documents 🔮.
Project description
RAGxplorer 🦙🦺
RAGxplorer is tool to build Retrieval Augmented Generation (RAG) visualisations.
Quick Start ⚡
Installation
pip install ragxplorer
Usage
from embedding_adapter import EmbeddingAdapter
client = RAGxplorer(embedding_model="thenlper/gte-large") # Choose any HuggingFace or OpenAI embedding model
client.load_pdf("presentation.pdf", verbose=True)
client.visualize_query("What are the top revenue drivers for Microsoft?")
Streamlit Demo (WIP) 🔎
Contributing 👋
Contributions to RAGxplorer are welcome. Please read our contributing guidelines (WIP) for details.
License 👀
This project is licensed under the MIT license - see the LICENSE file for details.
Acknowledgments 💙
- DeepLearning.AI and Chroma for the inspiration and code labs in their Advanced Retrival course.
- The Streamlit community for the support and resources.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ragxplorer-0.1.2.tar.gz
(9.8 kB
view details)
Built Distribution
File details
Details for the file ragxplorer-0.1.2.tar.gz
.
File metadata
- Download URL: ragxplorer-0.1.2.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6ab7ac1858d1a9407f69d8fdbe82fd55420633f72e7899b91f44a6412bcbb5f |
|
MD5 | 166f342bf8675d33f546376498cdde06 |
|
BLAKE2b-256 | 40aa2e5ad26304c57961d38fe033484e5f2369cba8457f288ec1b1b527db0d93 |
File details
Details for the file ragxplorer-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: ragxplorer-0.1.2-py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a18f95562dcbce78a77ae4c3878c4b467bb629e18badc32c8e0086b2c949c54 |
|
MD5 | be78de04b9869e3c4677821a654cd316 |
|
BLAKE2b-256 | a93cbc52395e88950b1e7a6055f3135d357d307e0d239d391731305799d7c7f9 |