From c5db900298b0e31315a67fe66379ddc8770a2442 Mon Sep 17 00:00:00 2001 From: Gardel Date: Thu, 20 Mar 2025 03:19:43 +0800 Subject: [PATCH] fix some example --- env.example | 11 +++++++++-- lightrag/api/README.md | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/env.example b/env.example index fffa89a4..031737d3 100644 --- a/env.example +++ b/env.example @@ -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 diff --git a/lightrag/api/README.md b/lightrag/api/README.md index 8dcba7a2..4c4a654c 100644 --- a/lightrag/api/README.md +++ b/lightrag/api/README.md @@ -267,7 +267,7 @@ OracleGraphStorage Postgres ``` NanoVectorDBStorage NanoVector(default) -MilvusVectorDBStorge Milvus +MilvusVectorDBStorage Milvus ChromaVectorDBStorage Chroma TiDBVectorDBStorage TiDB PGVectorStorage Postgres