This commit is contained in:
2026-03-06 20:59:39 +08:00
parent b12de0a04c
commit 52d956ec11

16
.env Normal file
View File

@@ -0,0 +1,16 @@
# ChromaDB Configuration
CHROMA_DB_PATH=/app/chroma_db
CHROMA_COLLECTION_NAME=memories
# SQLite Configuration
SQLITE_DB_PATH=/app/graph_store.db
# Ollama Configuration
# When using Docker Compose with Ollama service, use: http://ollama:11434
# When running Ollama on host machine, use: http://host.docker.internal:11434
OLLAMA_HOST=http://ollama:11434
OLLAMA_LLM_MODEL=llama3.2
OLLAMA_EMBEDDER_MODEL=nomic-embed-text
# History Database Configuration
HISTORY_DB_PATH=/app/history/history.db