milvus-sdk-rust
milvus-sdk-rust copied to clipboard
Rust SDK for Milvus.
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
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
### 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...