About Milvus C# SDK
Milvus C# SDK is an open-source project and its source code is hosted on GitHub.
Compatibility
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 |
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.
- 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.