Skip to content
Docs Try Aspire
Docs Try

addQdrant

Method
📦 Aspire.Hosting.Qdrant v13.4.0
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 method applies to the following types: