feat: solution for 'Агент с RAG-памятью'
CI / build (push) Has been cancelled

This commit is contained in:
2026-07-01 13:53:42 +03:00
parent 503fc3e9ef
commit bd49075b6e
7 changed files with 172 additions and 314 deletions
+11
View File
@@ -0,0 +1,11 @@
# Configuration for Qdrant and Ollama
# Adjust these values according to your environment
# Qdrant settings
QDRANT_HOST = "localhost" # Qdrant server host
QDRANT_PORT = 6333 # Qdrant server port
QDRANT_API_KEY = None # Qdrant API key if required
QDRANT_COLLECTION = "rag_collection" # Collection name for embeddings
# Ollama settings
OLLAMA_MODEL = "llama3" # Ollama model name for embeddings and LLM