milvus-sdk-rust
milvus-sdk-rust copied to clipboard
Rust SDK for Milvus.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug After obtaining Vec using search, how can I get the...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. Hello, I've searched...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. All of the...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. Milvus deprecated some...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. from 2.3.0 Milvus...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. Since 2.3.0 Milvus...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. Milvus support `Count`...
relate: https://github.com/milvus-io/milvus-sdk-rust/issues/86
- Added COSINE metric type for vector similarity search - Added text sparse search - upgrade `milvus-proto` to master version
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug ``` pub enum MetricType { L2, IP, HAMMING, JACCARD, TANIMOTO,...