Aspire.Hosting.Qdrant
Official
📦 Aspire.Hosting.Qdrant v13.2.0 3 Functions
1 Types
1 types and 16 members
Types
Functions
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 method
withDataBindMount builder Adds a bind mount for the data folder to a Qdrant container resource.
withDataBindMount(source: string, isReadOnly?: boolean): QdrantServerResource method
withDataVolume builder Adds a named volume for the data folder to a Qdrant container resource.
withDataVolume(name?: string, isReadOnly?: boolean): QdrantServerResource