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

C# SDK for Milvus.

Results 26 milvus-sdk-csharp issues
Sort by recently updated
recently updated
newest added

Added [Query iterator](https://milvus.io/docs/with-iterators.md#Query-with-an-iterator) implementation that behave in same manner as [python](https://github.com/milvus-io/pymilvus/blob/master/pymilvus/orm/iterator.py) **Query** operator. It would be pleasure to see this PR merged and released.

[Docs](https://milvus.io/docs/with-iterators.md)

enhancement

[The current Github Actions Nuget publish workflow](https://github.com/milvus-io/milvus-sdk-csharp/blob/main/.github/workflows/NugetPublish.yml) looks like it publishes any tag to nuget.org, which seems problematic - we should be able to use tags for other purposes as...

See https://milvus.io/docs/release_notes.md

enhancement

Milvus 2.4 has added beta support to sparse float vector to allow efficient storing, indexing and searching of such vectors. The main targeted use case is to support learned sparse...

enhancement

See https://milvus.io/docs/bulk_insert.md

enhancement

**Is your feature request related to a problem? Please describe.** Hi C# team. Thanks for the contribution and seems that the C# client almost catch up everything for Milvus 2.3(Milvus...

Specifically, replaced the MilvusFixture collection fixture with an assembly feature ([docs](https://xunit.net/docs/shared-context)). Aside from cleaning up the code, this will allow all test classes to run in parallel.

enhancement

Milvus 2.3.0 introduced support for change data capture (CDC). From the [release notes](https://github.com/milvus-io/milvus/releases/tag/v2.3.0): > Change Data Capture (CDC) is a widely used functionality in databases, typically employed in scenarios such...

enhancement

**Describe the solution you'd like** Would like the C# SDK for Milvus to have Tracing/HealthChecks/Metrics. For .NET Aspire, the components are desired to have all of these 'by default' for...