Aspire.Hosting.Qdrant
Official
📦 Aspire.Hosting.Qdrant v13.2.0 3 Functions
1 Types
1 types and 18 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