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

C# SDK for Milvus.

trafficstars

milvus-sdk-csharp

C# SDK for Milvus.

Supported Net versions:

  • .NET Core 2.1+
  • .NET Framework 4.6.1+

NuGet

Milvus.Client is delivered via NuGet package manager.

Nuget version Branch Description Milvus version
v2.2.2 main Support grpc only 2.2.x
v2.2.1 main Support restfulapi and grpc[Obsolete] 2.2.x
v2.2.0 2.2 Support grpc only[Obsolete] 2.2.x

Docs 📚

Jupyter Notebooks 📙

You can find Jupyter notebooks in the docs/notebooks folder.

Open in GitHub Codespaces

  • 00.Settings.ipynb
  • 01.Connect to milvus.ipynb
  • 02.Create a Collection.ipynb
  • 03.Create a Partition.ipynb
  • 04.Insert Vectors.ipynb
  • 05.Build an Index on Vectors.ipynb
  • 06.Search.ipynb
  • 07.Query.ipynb

Requirements: C# notebooks require .NET 7 and the VS Code Polyglot extension.