Expand description
Milvus vector store integration for Rig.
This crate provides MilvusVectorStore, a Rig vector store implementation
that talks to Milvus over its HTTP API.
The root rig facade re-exports this crate as rig::milvus when the
milvus feature is enabled.
Structsยง
- Create
Record - Milvus
Vector Store - Represents a vector store implementation using Milvus - https://milvus.io/ as the backend.