Update env.example
This commit is contained in:
parent
ac7d8560bd
commit
b1dd015e3e
1 changed files with 7 additions and 7 deletions
14
env.example
14
env.example
|
|
@ -146,6 +146,13 @@ EMBEDDING_MODEL=jina-embeddings-v4
|
||||||
EMBEDDING_DIM=2048
|
EMBEDDING_DIM=2048
|
||||||
EMBEDDING_BINDING_API_KEY=your_api_key
|
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
|
### Data storage selection
|
||||||
############################
|
############################
|
||||||
|
|
@ -180,13 +187,6 @@ EMBEDDING_BINDING_API_KEY=your_api_key
|
||||||
# LIGHTRAG_GRAPH_STORAGE=MongoGraphStorage
|
# LIGHTRAG_GRAPH_STORAGE=MongoGraphStorage
|
||||||
# LIGHTRAG_VECTOR_STORAGE=MongoVectorDBStorage
|
# 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
|
### PostgreSQL Configuration
|
||||||
POSTGRES_HOST=localhost
|
POSTGRES_HOST=localhost
|
||||||
POSTGRES_PORT=5432
|
POSTGRES_PORT=5432
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue