COLLECTION_NAME="summaries"
VECTOR_NAME="content"
LLM_MODEL="llama3.1:latest"
OLLAMA_BASE_URL="http://localhost:11434"
EMBEDDING_MODEL="snowflake-arctic-embed:33m"
QDRANT_URL="http://localhost:6333"
QDRANT_API_KEY="th3s3cr3tk3y"

LIT_SERVER_PORT=8000
LIT_SERVER_WORKERS_PER_DEVICE=2