ragchat
1.0.0
Demo Abruf Augmented Chatbot AI mit Open Source -Komponenten und Semadb.
Installieren Sie die Python -Abhängigkeiten:
pip install -r requirements.txtInstallieren Sie Ollama als Haupt -LLM:
https://ollama.com/download/ollama-linux-amd64 -o ollama
chmod +x ollamaStarten Sie den Ollama -Server:
ollama serveund installieren Sie das gewünschte Modell:
ollama pull llama2
# Test using
ollama run llama2 Führen Sie dann den Einstiegspunkt der main.py mit dem Semadb -API -Schlüssel aus:
SEMADB_API_KEY=... python3 main.py