Update env.example
This commit is contained in:
parent
08eb68b8ed
commit
3a0249a6b9
1 changed files with 2 additions and 1 deletions
|
|
@ -134,13 +134,14 @@ EMBEDDING_BINDING_HOST=http://localhost:11434
|
||||||
# LIGHTRAG_VECTOR_STORAGE=QdrantVectorDBStorage
|
# LIGHTRAG_VECTOR_STORAGE=QdrantVectorDBStorage
|
||||||
### Graph Storage (Recommended for production deployment)
|
### Graph Storage (Recommended for production deployment)
|
||||||
# LIGHTRAG_GRAPH_STORAGE=Neo4JStorage
|
# LIGHTRAG_GRAPH_STORAGE=Neo4JStorage
|
||||||
|
# LIGHTRAG_GRAPH_STORAGE=MemgraphStorage
|
||||||
|
|
||||||
####################################################################
|
####################################################################
|
||||||
### Default workspace for all storage types
|
### Default workspace for all storage types
|
||||||
### For the purpose of isolation of data for each LightRAG instance
|
### For the purpose of isolation of data for each LightRAG instance
|
||||||
### Valid characters: a-z, A-Z, 0-9, and _
|
### Valid characters: a-z, A-Z, 0-9, and _
|
||||||
####################################################################
|
####################################################################
|
||||||
# WORKSPACE=doc—
|
# WORKSPACE=space1
|
||||||
|
|
||||||
### PostgreSQL Configuration
|
### PostgreSQL Configuration
|
||||||
POSTGRES_HOST=localhost
|
POSTGRES_HOST=localhost
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue