Skip to content
Docs Try Aspire

withQdrantReference

Function
📦 Aspire.Hosting.Qdrant v13.2.0-preview.1.26159.1
interface ContainerResource {
// ... omitted for brevity
withQdrantReference(
qdrantResource: QdrantServerResource,
connectionName?: string): IResourceWithEnvironment;
}

Signature

method withQdrantReference builder
Adds a reference to a Qdrant resource
withQdrantReference(
qdrantResource: QdrantServerResource,
connectionName?: string): IResourceWithEnvironment
qdrantResource QdrantServerResource
connectionName string optional
IResourceWithEnvironment

Applies to

This function is an extension method on the following types: