Update env.example

This commit is contained in:
yangdx 2025-07-24 14:17:49 +08:00
parent ac7d8560bd
commit b1dd015e3e

View file

@ -146,6 +146,13 @@ EMBEDDING_MODEL=jina-embeddings-v4
EMBEDDING_DIM=2048
EMBEDDING_BINDING_API_KEY=your_api_key
####################################################################
### WORKSPACE setting workspace name for all storage types
### in the purpose of isolating data from LightRAG instances.
### Valid workspace name constraints: a-z, A-Z, 0-9, and _
####################################################################
# WORKSPACE=space1
############################
### Data storage selection
############################
@ -180,13 +187,6 @@ EMBEDDING_BINDING_API_KEY=your_api_key
# LIGHTRAG_GRAPH_STORAGE=MongoGraphStorage
# LIGHTRAG_VECTOR_STORAGE=MongoVectorDBStorage
####################################################################
### WORKSPACE setting workspace name for all storage types
### in the purpose of isolating data from LightRAG instances.
### Valid workspace name constraints: a-z, A-Z, 0-9, and _
####################################################################
# WORKSPACE=space1
### PostgreSQL Configuration
POSTGRES_HOST=localhost
POSTGRES_PORT=5432