Skip to content
Docs Try Aspire

addQdrant

Function
📦 Aspire.Hosting.Qdrant v13.2.0-preview.1.26159.1
interface IDistributedApplicationBuilder {
// ... omitted for brevity
addQdrant(
name: string,
apiKey?: ParameterResource,
grpcPort?: number,
httpPort?: number): QdrantServerResource;
}

Signature

method addQdrant builder
Adds a Qdrant resource to the application. A container is used for local development.
addQdrant(
name: string,
apiKey?: ParameterResource,
grpcPort?: number,
httpPort?: number): QdrantServerResource
name string
apiKey ParameterResource optional
grpcPort number optional
httpPort number optional
QdrantServerResource

Applies to

This function is an extension method on the following types: