This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user