gzdaniel commited on
Commit
d0f775b
·
1 Parent(s): be6f7dd

Update env.example

Browse files
Files changed (1) hide show
  1. env.example +2 -1
env.example CHANGED
@@ -134,13 +134,14 @@ EMBEDDING_BINDING_HOST=http://localhost:11434
134
  # LIGHTRAG_VECTOR_STORAGE=QdrantVectorDBStorage
135
  ### Graph Storage (Recommended for production deployment)
136
  # LIGHTRAG_GRAPH_STORAGE=Neo4JStorage
 
137
 
138
  ####################################################################
139
  ### Default workspace for all storage types
140
  ### For the purpose of isolation of data for each LightRAG instance
141
  ### Valid characters: a-z, A-Z, 0-9, and _
142
  ####################################################################
143
- # WORKSPACE=doc—
144
 
145
  ### PostgreSQL Configuration
146
  POSTGRES_HOST=localhost
 
134
  # LIGHTRAG_VECTOR_STORAGE=QdrantVectorDBStorage
135
  ### Graph Storage (Recommended for production deployment)
136
  # LIGHTRAG_GRAPH_STORAGE=Neo4JStorage
137
+ # LIGHTRAG_GRAPH_STORAGE=MemgraphStorage
138
 
139
  ####################################################################
140
  ### Default workspace for all storage types
141
  ### For the purpose of isolation of data for each LightRAG instance
142
  ### Valid characters: a-z, A-Z, 0-9, and _
143
  ####################################################################
144
+ # WORKSPACE=space1
145
 
146
  ### PostgreSQL Configuration
147
  POSTGRES_HOST=localhost