ragchat
1.0.0
Demo Retrieval Augmented Chatbot AI using open source components and SemaDB.
Install the Python dependencies:
pip install -r requirements.txtInstall Ollama as the main LLM:
https://ollama.com/download/ollama-linux-amd64 -o ollama
chmod +x ollamaStart the Ollama server:
ollama serveand install the desired model:
ollama pull llama2
# Test using
ollama run llama2then run the main.py entry point with the SemaDB API Key:
SEMADB_API_KEY=... python3 main.py