Aspire.Hosting.Milvus
8.2.1
Prefix Reserved
See the version list below for details.
dotnet add package Aspire.Hosting.Milvus --version 8.2.1
NuGet\Install-Package Aspire.Hosting.Milvus -Version 8.2.1
<PackageReference Include="Aspire.Hosting.Milvus" Version="8.2.1" />
paket add Aspire.Hosting.Milvus --version 8.2.1
#r "nuget: Aspire.Hosting.Milvus, 8.2.1"
// Install Aspire.Hosting.Milvus as a Cake Addin #addin nuget:?package=Aspire.Hosting.Milvus&version=8.2.1 // Install Aspire.Hosting.Milvus as a Cake Tool #tool nuget:?package=Aspire.Hosting.Milvus&version=8.2.1
Aspire.Hosting.Milvus library
Provides extension methods and resource definitions for a .NET Aspire AppHost to configure a Milvus vector database resource.
Getting started
Install the package
In your AppHost project, install the .NET Aspire Milvus Hosting library with NuGet:
dotnet add package Aspire.Hosting.Milvus
Usage example
Then, in the Program.cs file of AppHost
, add a Milvus resource and consume the connection using the following methods:
var milvus = builder.AddMilvus("milvus");
var myService = builder.AddProject<Projects.MyService>()
.WithReference(milvus);
Additional documentation
Feedback & contributing
https://github.com/dotnet/aspire
*Milvus and the Milvus logo are used with permission from the Milvus project. All rights reserved by LF AI & Data foundation.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Aspire.Hosting (>= 8.2.1)
- Google.Protobuf (>= 3.28.0)
- Grpc.AspNetCore (>= 2.65.0)
- Grpc.Net.ClientFactory (>= 2.65.0)
- Grpc.Tools (>= 2.66.0)
- KubernetesClient (>= 14.0.9)
- Microsoft.Extensions.Configuration.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 8.0.2)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.1)
- Microsoft.Extensions.Hosting (>= 8.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Http (>= 8.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.1)
- Microsoft.Extensions.Options (>= 8.0.2)
- Microsoft.Extensions.Primitives (>= 8.0.0)
- Polly.Core (>= 8.4.1)
- System.Text.Json (>= 8.0.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.