Open-source tool to visualize Retrieval Augmented Generation (RAG)
Top 34.4% on sourcepulse
RAGxplorer is an open-source tool designed for building visualisations of Retrieval Augmented Generation (RAG) systems. It targets developers and researchers working with RAG pipelines, offering a way to explore and understand the retrieval process.
How It Works
RAGxplorer leverages embedding models to represent text data and facilitates querying these embeddings. The core approach involves loading documents (e.g., PDFs), generating embeddings, and then visualizing the relationships between queries and retrieved documents. This allows users to gain insights into the retrieval effectiveness of their RAG systems.
Quick Start & Requirements
pip install ragxplorer
thenlper/gte-large
).Highlighted Details
Maintenance & Community
The project acknowledges inspiration from DeepLearning.AI and Chroma. Contributions are welcomed, with contributing guidelines noted as "WIP" (Work In Progress).
Licensing & Compatibility
Licensed under the MIT license, permitting commercial use and integration with closed-source projects.
Limitations & Caveats
Contributing guidelines are still under development. The project is primarily demonstrated via a Streamlit app and a Jupyter notebook, suggesting a focus on interactive exploration rather than a standalone production-ready application.
7 months ago
1 day