Aspire.Hosting.Qdrant
13.2.2
Prefix Reserved
dotnet add package Aspire.Hosting.Qdrant --version 13.2.2
NuGet\Install-Package Aspire.Hosting.Qdrant -Version 13.2.2
<PackageReference Include="Aspire.Hosting.Qdrant" Version="13.2.2" />
<PackageVersion Include="Aspire.Hosting.Qdrant" Version="13.2.2" />
<PackageReference Include="Aspire.Hosting.Qdrant" />
paket add Aspire.Hosting.Qdrant --version 13.2.2
#r "nuget: Aspire.Hosting.Qdrant, 13.2.2"
#:package Aspire.Hosting.Qdrant@13.2.2
#addin nuget:?package=Aspire.Hosting.Qdrant&version=13.2.2
#tool nuget:?package=Aspire.Hosting.Qdrant&version=13.2.2
Aspire.Hosting.Qdrant library
Provides extension methods and resource definitions for an Aspire AppHost to configure a Qdrant vector database resource.
Getting started
Install the package
In your AppHost project, install the Aspire Qdrant Hosting library with NuGet:
dotnet add package Aspire.Hosting.Qdrant
Usage example
Then, in the AppHost.cs file of AppHost, add a Qdrant resource and consume the connection using the following methods:
var qdrant = builder.AddQdrant("qdrant");
var myService = builder.AddProject<Projects.MyService>()
.WithReference(qdrant);
Connection Properties
When you reference a Qdrant resource using WithReference, the following connection properties are made available to the consuming project:
Qdrant server
The Qdrant server resource exposes the following connection properties:
| Property Name | Description |
|---|---|
GrpcHost |
The gRPC hostname of the Qdrant server |
GrpcPort |
The gRPC port of the Qdrant server |
HttpHost |
The HTTP hostname of the Qdrant server |
HttpPort |
The HTTP port of the Qdrant server |
ApiKey |
The API key for authentication |
Uri |
The gRPC connection URI, with the format http://{GrpcHost}:{GrpcPort} |
HttpUri |
The HTTP connection URI, with the format http://{HttpHost}:{HttpPort} |
Aspire exposes each property as an environment variable named [RESOURCE]_[PROPERTY]. For instance, the Uri property of a resource called db1 becomes DB1_URI.
Additional documentation
Feedback & contributing
https://github.com/microsoft/aspire
Qdrant, and the Qdrant logo are trademarks or registered trademarks of Qdrant Solutions GmbH of Germany, and used with their permission.
| 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Aspire.Hosting (>= 13.2.2)
- AspNetCore.HealthChecks.Uris (>= 9.0.0)
- Google.Protobuf (>= 3.33.5)
- Grpc.AspNetCore (>= 2.76.0)
- Grpc.Net.ClientFactory (>= 2.76.0)
- Grpc.Tools (>= 2.78.0)
- Humanizer.Core (>= 2.14.1)
- JsonPatch.Net (>= 3.3.0)
- KubernetesClient (>= 18.0.13)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.5)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.5)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.5)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 8.0.25)
- Microsoft.Extensions.FileSystemGlobbing (>= 10.0.5)
- Microsoft.Extensions.Hosting (>= 10.0.5)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.5)
- Microsoft.Extensions.Http (>= 10.0.5)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.5)
- Microsoft.Extensions.Options (>= 10.0.5)
- Microsoft.Extensions.Primitives (>= 10.0.5)
- ModelContextProtocol (>= 1.0.0)
- Newtonsoft.Json (>= 13.0.4)
- Polly.Core (>= 8.6.5)
- Qdrant.Client (>= 1.16.1)
- Semver (>= 3.0.0)
- StreamJsonRpc (>= 2.22.23)
- System.IO.Hashing (>= 10.0.3)
- System.Text.Json (>= 10.0.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Aspire.Hosting.Qdrant:
| Repository | Stars |
|---|---|
|
dotnet/extensions
This repository contains a suite of libraries that provide facilities commonly needed when creating production-ready applications.
|
|
|
foxminchan/BookWorm
The practical implementation of Aspire using Microservices, AI-Agents
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 13.2.2 | 227 | 4/8/2026 | |
| 13.2.1 | 862 | 3/31/2026 | |
| 13.2.0 | 820 | 3/23/2026 | |
| 13.1.3 | 465 | 3/19/2026 | |
| 13.1.2 | 2,104 | 2/26/2026 | |
| 13.1.1 | 1,284 | 2/11/2026 | |
| 13.1.0 | 8,669 | 12/17/2025 | |
| 13.0.2 | 8,966 | 12/4/2025 | |
| 13.0.1 | 1,110 | 11/26/2025 | |
| 13.0.0 | 7,934 | 11/11/2025 | |
| 9.5.2 | 4,273 | 10/23/2025 | |
| 9.5.1 | 3,212 | 10/3/2025 | |
| 9.5.0 | 2,162 | 9/25/2025 | |
| 9.4.2 | 3,181 | 9/2/2025 | |
| 9.4.1 | 1,928 | 8/12/2025 | |
| 9.4.0 | 2,872 | 7/29/2025 | |
| 9.3.1 | 10,992 | 6/10/2025 | |
| 9.3.0 | 4,975 | 5/19/2025 | |
| 9.2.1 | 3,885 | 4/24/2025 | |
| 9.2.0 | 2,556 | 4/10/2025 |