Skip to content

aminkal84/RAGxplorer-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAGxplorer Demo 🦙🦺

Streamlit App

View the RAGxplorer project here.

Installation

Installation

To run RAGxplorer, ensure you have Python installed, and then install the necessary dependencies:

pip install -r requirements.txt

Usage

  1. Setup OPENAI_API_KEY (optional, to use OpenAI embedding models and advanced retrival techniques) and HF_API_KEY (optional, to use HF embedding models). Copy the .streamlit/secrets.example.toml file to .streamlit/secrets.toml and fill in the values.
  2. To start the application, run:
    streamlit run app.py

Docker 🐳

To run the project using Docker, run the following command:

docker-compose up -d

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.2%
  • Dockerfile 7.8%