Aspire.Hosting.Qdrant
Official
📦 Aspire.Hosting.Qdrantv13.4.03Functions
1Types
1 types and 11 members
Types
Functions
method
addQdrantbuilderAdds a Qdrant resource to the application. A container is used for local development.
addQdrant(name: string, apiKey?: ParameterResource, grpcPort?: number, httpPort?: number): QdrantServerResourcemethod
withDataBindMountbuilderAdds a bind mount for the data folder to a Qdrant container resource.
withDataBindMount(source: string, isReadOnly?: boolean): QdrantServerResourcemethod
withDataVolumebuilderAdds a named volume for the data folder to a Qdrant container resource.
withDataVolume(name?: string, isReadOnly?: boolean): QdrantServerResource