milvus-sdk-rust icon indicating copy to clipboard operation
milvus-sdk-rust copied to clipboard

Rust SDK for Milvus.

Results 15 milvus-sdk-rust issues
Sort by recently updated
recently updated
newest added

Depends on [half](https://crates.io/crates/half/) crate. Add fp32/fp64/fp16/bf16 Vec conversion. BREAKING CHANGES: - `FieldColumn::new() -> FieldColumn` -> `FieldColumn::new() -> Result` - add type checking so it may return Error issue: milvus-io/milvus#37448

dco-passed
size/XL

ci-passed
dco-passed
do-not-merge/missing-related-issue
size/XS

I do not see Rust examples on Milvus website. Therefore question is: is this SDK up to date and tested and at the same level as Go/Python SDKs?

This PR implements the calls related to managing and the usage of multiple databases. It also fixes some issues I encountered during testing. fixes #69, fixes #86, fixes #91

dco-passed
size/XXL

### Is there an existing issue for this? - [x] I have searched the existing issues ### Is your feature request related to a problem? Please describe. Add a JSON...