Update .env.template
This commit is contained in:
parent
f54c678462
commit
68a650f05e
1 changed files with 11 additions and 7 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
# Default graph database : Kuzu
|
# Default graph database : Kuzu
|
||||||
#
|
#
|
||||||
# These default databases are all file-based, so no extra setup is needed
|
# 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_KEY="your_api_key"
|
||||||
BAML_LLM_API_VERSION=""
|
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/<user>/Desktop/cognee/.cognee_data/'
|
||||||
|
# SYSTEM_ROOT_DIRECTORY='/Users/<user>/Desktop/cognee/.cognee_system/'
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# 🗄️ Relational database settings
|
# 🗄️ Relational database settings
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
@ -85,12 +94,7 @@ VECTOR_DB_PROVIDER="lancedb"
|
||||||
VECTOR_DB_URL=
|
VECTOR_DB_URL=
|
||||||
VECTOR_DB_KEY=
|
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/<user>/Desktop/cognee/.cognee_data/'
|
|
||||||
# SYSTEM_ROOT_DIRECTORY='/Users/<user>/Desktop/cognee/.cognee_system/'
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# 🔄 MIGRATION (RELATIONAL → GRAPH) SETTINGS
|
# 🔄 MIGRATION (RELATIONAL → GRAPH) SETTINGS
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue