eskimm / RAGxplorer-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 92.2%Language:Dockerfile 7.8%