milvus-sdk-csharp
milvus-sdk-csharp copied to clipboard
C# SDK for Milvus.
**Describe the solution you'd like** Ensure that the final assembly is signed. This would prevent consumers who may have code analysis rules requiring signing to remove CS8002 suppressions in their...
**Describe the bug** this function use the dimension in a wrong way. the length of field data (bytes) should be (the dimension of BINARY_VECTOR) / 8 **To Reproduce** Steps to...
When performing a search or query operation on a collection, it is possible to specify the output fields to retrieve. However, the retrieved data cannot be directly manipulated. For a...
Responses containing records with empty values in Array columns cause an NRE to be thrown. [This PR](https://github.com/milvus-io/milvus-sdk-csharp/pull/98) from [CAINARAVELLI](https://github.com/CAINARAVELLI) fixes the issue. The fix should be backported to the `2.3`...
…Data Description: Resolved an issue where empty Array-type columns were causing a null reference exception in the FromGrpcFieldData method.
**Is your feature request related to a problem? Please describe.** It seems the SDK supports up to Milvus 2.2 version. There are a few changes in Milvus 2.4 and 2.5,...
Only supports GRPC, how can I connect using the URL and token of Zilliz Cloud?
Does anyone know how to extract image features in C #? For example, when using ResNet50, I only know how to use Python.
Hi, Are there plans to publish a new preview (`2.3.0-preview.2`) with the fix for [this Array Index support issue](https://github.com/milvus-io/milvus-sdk-csharp/issues/77) included? Context: I'm working with the latest C# SDK [2.3.0-preview.1](https://www.nuget.org/packages/Milvus.Client/2.3.0-preview.1) and...