Skip to content

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

License

Notifications You must be signed in to change notification settings

dan-s-mueller/RAGxplorer

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

RAGxplorer ๐Ÿฆ™๐Ÿฆบ

PyPI version

RAGxplorer is 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?")

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.

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%