Files
agent-s-rag-pamyatyu/config.py
T
2026-07-01 13:53:42 +03:00

11 lines
452 B
Python

# 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