yangdx commited on
Commit
3621d5e
·
1 Parent(s): ef8035d

Update storage configurations in .env.example

Browse files
Files changed (1) hide show
  1. .env.example +4 -4
.env.example CHANGED
@@ -85,10 +85,10 @@ EMBEDDING_BINDING_HOST=http://localhost:11434
85
  # AZURE_EMBEDDING_API_VERSION=2023-05-15
86
 
87
  ### Data storage selection
88
- # LIGHTRAG_KV_STORAGE=PGKVStorage
89
- # LIGHTRAG_VECTOR_STORAGE=PGVectorStorage
90
- # LIGHTRAG_GRAPH_STORAGE=PGGraphStorage
91
- # LIGHTRAG_DOC_STATUS_STORAGE=PGDocStatusStorage
92
 
93
  ### Oracle Database Configuration
94
  ORACLE_DSN=localhost:1521/XEPDB1
 
85
  # AZURE_EMBEDDING_API_VERSION=2023-05-15
86
 
87
  ### Data storage selection
88
+ LIGHTRAG_KV_STORAGE=JsonKVStorage
89
+ LIGHTRAG_VECTOR_STORAGE=NanoVectorDBStorage
90
+ LIGHTRAG_GRAPH_STORAGE=NetworkXStorage
91
+ LIGHTRAG_DOC_STATUS_STORAGE=JsonDocStatusStorage
92
 
93
  ### Oracle Database Configuration
94
  ORACLE_DSN=localhost:1521/XEPDB1