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