From 68a650f05e84dd0ae55f9b43d71e6630829b83b0 Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Sat, 16 Aug 2025 10:26:41 +0200 Subject: [PATCH] Update .env.template --- .env.template | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) 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