milvus-logo

Install Milvus C# SDK

This topic describes how to install Milvus C# SDK for Milvus.

The current version of Milvus supports SDKs in Python, Node.js, GO, Java, and C#.

Requirement

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

Install Milvus C# SDK

Run the following command to install Milvus C# SDK.

dotnet add package Milvus.Client --version 2.2.2-preview.6

What's next

Having installed Milvus C# SDK, you can:

On this page