Top AI Repos โ open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Open-source tool to visualise your RAG ๐ฎ
| Date | Stars |
|---|---|
| 2026-07-24 | 1221 |
| 2026-07-25 | 1221 |
| 2026-07-28 | 1221 |
| 2026-07-30 | 1221 |
| 2026-08-06 | 1221 |
Today
โ stars today
This week
โ stars this week
This month
โ stars this month
Momentum
0.0
growth rate 0.00%/day
# RAGxplorer ๐ฆ๐ฆบ
[](https://pypi.org/project/ragxplorer/)
[](https://ragxplorer.streamlit.app/)
<img src="https://raw.githubusercontent.com/gabrielchua/RAGxplorer/main/images/logo.png" width="200">
RAGxplorer is a tool to build Retrieval Augmented Generation (RAG) visualisations.
# Quick Start โก
**Installation**
```bash
pip install ragxplorer
```
**Usage**
```python
from ragxplorer import RAGxplorer
client = RAGxplorer(embedding_model="thenlper/gte-large")
client.load_pdf("presentation.pdf", verbose=True)
client.visualize_query("What are the top revenue drivers for Microsoft?")
```
A quickstart Jupyter notebook tutorial on how to use `ragxplorer` can be found at <https://github.com/gabrielchua/RAGxplorer/blob/main/tutorials/quickstart.ipynb>
Or as a Colab notebook:
<a target="_blank" href="https://colab.research.google.com/github/vince-lam/RAGxplorer/blob/issue29-create-tutorials/tutorials/quickstart.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>
# Streamlit Demo ๐
The demo can be found here: <https://ragxplorer.streamlit.app/>
<img src="https://raw.githubusercontent.com/gabrielchua/RAGxplorer/main/images/example.png" width="650">
View the project [here](https://github.com/gabrielchua/RAGxplorer-demo)
# Contributing ๐
Contributions to RAGxplorer are welcome. Please read our [contributing guidelines (WIP)](.github/CONTRIBUTING.md) for details.
# License ๐
This project is licensed under the MIT license - see the [LICENSE](LICENSE) for details.
# Acknowledgments ๐
- DeepLearning.AI and Chroma for the inspiration and code labs in their [Advanced Retrival](https://www.deeplearning.ai/short-courses/advanced-retrieval-for-ai/) course.
- The Streamlit community for the support and resources.
Excerpt of 1,942 characters
Read on GitHubWould you bet a product on this? Bounded 0โ100 and slow moving.
matched fp:9e769e08a97191e3, topic:rag, readme:retrieval-augmented generation, readme:retrieval augmented
matched fp:9e769e08a97191e3, topic:llm
matched fp:9e769e08a97191e3, topic:streamlit