fix some example
This commit is contained in:
11
env.example
11
env.example
@@ -142,10 +142,17 @@ NEO4J_USERNAME=neo4j
|
|||||||
NEO4J_PASSWORD='your_password'
|
NEO4J_PASSWORD='your_password'
|
||||||
|
|
||||||
### MongoDB Configuration
|
### MongoDB Configuration
|
||||||
MONGODB_URI=mongodb://root:root@localhost:27017/
|
MONGO_URI=mongodb://root:root@localhost:27017/
|
||||||
MONGODB_DATABASE=LightRAG
|
MONGO_DATABASE=LightRAG
|
||||||
MONGODB_GRAPH=false # deprecated (keep for backward compatibility)
|
MONGODB_GRAPH=false # deprecated (keep for backward compatibility)
|
||||||
|
|
||||||
|
### Milvus Configuration
|
||||||
|
MILVUS_URI=http://localhost:19530
|
||||||
|
MILVUS_DB_NAME=lightrag
|
||||||
|
# MILVUS_USER=root
|
||||||
|
# MILVUS_PASSWORD=your_password
|
||||||
|
# MILVUS_TOKEN=your_token
|
||||||
|
|
||||||
### Qdrant
|
### Qdrant
|
||||||
QDRANT_URL=http://localhost:16333
|
QDRANT_URL=http://localhost:16333
|
||||||
# QDRANT_API_KEY=your-api-key
|
# QDRANT_API_KEY=your-api-key
|
||||||
|
@@ -267,7 +267,7 @@ OracleGraphStorage Postgres
|
|||||||
|
|
||||||
```
|
```
|
||||||
NanoVectorDBStorage NanoVector(default)
|
NanoVectorDBStorage NanoVector(default)
|
||||||
MilvusVectorDBStorge Milvus
|
MilvusVectorDBStorage Milvus
|
||||||
ChromaVectorDBStorage Chroma
|
ChromaVectorDBStorage Chroma
|
||||||
TiDBVectorDBStorage TiDB
|
TiDBVectorDBStorage TiDB
|
||||||
PGVectorStorage Postgres
|
PGVectorStorage Postgres
|
||||||
|
Reference in New Issue
Block a user