Home
Softono

RAGxplorer

Open source MIT Jupyter Notebook
1.2K
Stars
115
Forks
10
Issues
11
Watchers
1 year
Last Commit

 About RAGxplorer

Open-source tool to visualise your RAG ๐Ÿ”ฎ

Platforms

Web Self-hosted

Languages

Jupyter Notebook

Links

Need Help Installing RAGxplorer?

We provide expert installation service for this software. Our team will install, configure, and secure RAGxplorer on your server. plans start at just $30.

RAGxplorer

View on GitHub

RAGxplorer ๐Ÿฆ™๐Ÿฆบ

PyPI version Streamlit App

RAGxplorer is a tool to build Retrieval Augmented Generation (RAG) visualisations.

Quick Start โšก

Installation

pip install ragxplorer

Usage

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:

Open In Colab

Streamlit Demo ๐Ÿ”Ž

The demo can be found here: https://ragxplorer.streamlit.app/

View the project here

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 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.