Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 876 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 876 Bytes

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