milvus-logo

About Milvus C# SDK

Milvus C# SDK is an open-source project and its source code is hosted on GitHub.

Compatibility

Nuget versionBranchDescriptionMilvus version
v2.2.2mainSupport grpc only2.2.x
v2.2.1mainSupport restfulapi and grpc[Obsolete]2.2.x
v2.2.02.2Support grpc only[Obsolete]2.2.x

Installation

You can use .NET CLI to install and use the SDK.

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

Jupyter Notebooks 📙

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

Open in GitHub Codespaces

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