C# SDK for Milvus.
Supported Net versions:
- .NET Core 2.1+
- .NET Framework 4.6.1+
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 |
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.