milvus-sdk-csharp
milvus-sdk-csharp copied to clipboard
C# SDK for Milvus.
Since #122, v2.6 tests have been failing with [Grpc.Core.RpcException : Status(StatusCode="Unknown", Detail="service unavailable: internal: Milvus Proxy is not ready yet. please wait")](https://github.com/milvus-io/milvus-sdk-csharp/actions/runs/19325700909/job/55276228155). The testcontainer is checking /healthz but it seems...
.NET now provides abstractions for vector stores (see [Introducing Microsoft.Extensions.VectorData Preview](https://devblogs.microsoft.com/dotnet/introducing-microsoft-extensions-vector-data)). Is there an opportunity for Milvus to implement it so it can be easily integrated in libraries/applications.
See comment https://github.com/milvus-io/milvus-sdk-csharp/pull/117#discussion_r2507884155
I wrote the HybridSearchAsync feature for this REPO Create a new file ”Milvus.Collection.Entity.HybridSearch.py“ ``` using System.Buffers; using System.Buffers.Binary; using System.Globalization; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Text.Json; using Google.Protobuf.Collections; using KeyValuePair...
C# SDK 如何设置Collection的TTL时间呢?