multithreading

This commit is contained in:
2025-12-02 15:56:13 +01:00
parent 92641bf863
commit e0627f5809
12 changed files with 296 additions and 147 deletions

8
.env.example Normal file
View File

@@ -0,0 +1,8 @@
# LLM API Configuration (OpenAI-compatible endpoint)
LLM_API_KEY=your_llm_api_key_here
LLM_API_BASE=http://localhost:11434/v1
# Qdrant Vector Database Configuration
QDRANT_HOST=localhost
QDRANT_PORT=6333
QDRANT_API_KEY=your_qdrant_api_key_here