You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: cap pymilvus<2.6.10, add milvus_token param, sync version (#19)
- Cap pymilvus to <2.6.10 to fix MilvusClient hanging with milvus-lite 2.5.1
- Add milvus_token parameter to VectorGraphRAG and create_rag for Zilliz Cloud support
- Sync __version__ in __init__.py to match pyproject.toml (0.1.1)
- Add milvus_token column to Milvus backend table in README
- Add Zilliz Cloud section and deployment modes table to docs/getting-started.md
Signed-off-by: Cheney Zhang <chen.zhang@zilliz.com>
> **Recommended:**[Zilliz Cloud](https://cloud.zilliz.com/signup?utm_source=github&utm_medium=referral&utm_campaign=vector-graph-rag-readme) gives you zero-config, zero-ops Milvus with concurrent access and real-time indexing — no Docker needed.
[Sign up for Zilliz Cloud](https://cloud.zilliz.com/signup?utm_source=github&utm_medium=referral&utm_campaign=vector-graph-rag-docs) to get a free cluster. Use the cluster endpoint as `milvus_uri` and your API key as `milvus_token`.
0 commit comments