Aspire.Hosting.Qdrant
Official
📦 Aspire.Hosting.Qdrant v13.2.0-preview.1.26159.1 4 Functions
1 Types
1 types and 17 members
Types
Functions
function
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 function
withDataBindMount builder Adds a bind mount for the data folder to a Qdrant container resource.
withDataBindMount(source: string, isReadOnly?: boolean): QdrantServerResource function
withDataVolume builder Adds a named volume for the data folder to a Qdrant container resource.
withDataVolume(name?: string, isReadOnly?: boolean): QdrantServerResource function
withQdrantReference builder Adds a reference to a Qdrant resource
withQdrantReference(qdrantResource: QdrantServerResource, connectionName?: string): IResourceWithEnvironment