Awesome
RAGxplorer Demo 🦙🦺
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
- Setup
OPENAI_API_KEY
(optional, to use OpenAI embedding models and advanced retrival techniques) andHF_API_KEY
(optional, to use HF embedding models). Copy the.streamlit/secrets.example.toml
file to.streamlit/secrets.toml
and fill in the values. - To start the application, run:
streamlit run app.py
Docker 🐳
To run the project using Docker, run the following command:
docker-compose up -d