add
This commit is contained in:
16
.env
Normal file
16
.env
Normal 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
|
||||||
Reference in New Issue
Block a user