fix some example

This commit is contained in:
Gardel 2025-03-20 03:19:43 +08:00
parent 69322e198f
commit c5db900298
No known key found for this signature in database
GPG Key ID: 971A851E45888BF8
2 changed files with 10 additions and 3 deletions

View File

@ -142,10 +142,17 @@ NEO4J_USERNAME=neo4j
NEO4J_PASSWORD='your_password'
### MongoDB Configuration
MONGODB_URI=mongodb://root:root@localhost:27017/
MONGODB_DATABASE=LightRAG
MONGO_URI=mongodb://root:root@localhost:27017/
MONGO_DATABASE=LightRAG
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_URL=http://localhost:16333
# QDRANT_API_KEY=your-api-key

View File

@ -267,7 +267,7 @@ OracleGraphStorage Postgres
```
NanoVectorDBStorage NanoVector(default)
MilvusVectorDBStorge Milvus
MilvusVectorDBStorage Milvus
ChromaVectorDBStorage Chroma
TiDBVectorDBStorage TiDB
PGVectorStorage Postgres