Update env.example

This commit is contained in:
yangdx 2025-07-09 03:36:17 +08:00
parent 08eb68b8ed
commit 3a0249a6b9

View file

@ -134,13 +134,14 @@ EMBEDDING_BINDING_HOST=http://localhost:11434
# LIGHTRAG_VECTOR_STORAGE=QdrantVectorDBStorage
### Graph Storage (Recommended for production deployment)
# LIGHTRAG_GRAPH_STORAGE=Neo4JStorage
# LIGHTRAG_GRAPH_STORAGE=MemgraphStorage
####################################################################
### Default workspace for all storage types
### For the purpose of isolation of data for each LightRAG instance
### Valid characters: a-z, A-Z, 0-9, and _
####################################################################
# WORKSPACE=doc—
# WORKSPACE=space1
### PostgreSQL Configuration
POSTGRES_HOST=localhost