diff --git a/.env.template b/.env.template index 138346463..fd26fb05a 100644 --- a/.env.template +++ b/.env.template @@ -6,7 +6,7 @@ # Default graph database : Kuzu # # These default databases are all file-based, so no extra setup is needed -# for local use. +# for local use. The data by default will be stored in your .venv ############################################################################### ################################################################################ @@ -38,6 +38,15 @@ BAML_LLM_ENDPOINT="" BAML_LLM_API_KEY="your_api_key" BAML_LLM_API_VERSION="" + +################################################################################ +# 📂 ROOT DIRECTORY FOR DATABASES +################################################################################ +# Set up the Cognee system directory. Cognee will store system files and databases here. +# Useful for setting root directory inside docker and also to avoid storing the databases in .venv +# DATA_ROOT_DIRECTORY='/Users//Desktop/cognee/.cognee_data/' +# SYSTEM_ROOT_DIRECTORY='/Users//Desktop/cognee/.cognee_system/' + ################################################################################ # 🗄️ Relational database settings ################################################################################ @@ -85,12 +94,7 @@ VECTOR_DB_PROVIDER="lancedb" VECTOR_DB_URL= VECTOR_DB_KEY= -################################################################################ -# 📂 ROOT DIRECTORY IF USING COGNEE LIB INSIDE A DOCKER -################################################################################ -# Set up the Cognee system directory. Cognee will store system files and databases here. -# DATA_ROOT_DIRECTORY='/Users//Desktop/cognee/.cognee_data/' -# SYSTEM_ROOT_DIRECTORY='/Users//Desktop/cognee/.cognee_system/' + ################################################################################ # 🔄 MIGRATION (RELATIONAL → GRAPH) SETTINGS