RAG Chat is a full-fledged service that lets you upload documents (text and audio files) and chat with them.
- Docker
- OpenAI API key (optional)
- Anthropic API key (optional)
- Ollama installed (optional)
-
Clone repository
git clone cd rag-chat
-
Set environment variables, copy
.env.example
to.env
and update the values -
Run server
cd dev/ DOCKER_VOLUME_DIRECTORY=./temp-data docker compose -f dev/docker-compose.yml up -d
UI will be available at http://localhost:8080
- Upload files (PDF, TXT and Audio files)
- Chat with the document
For more info on the dev/architecture of the system look at the dev docs.