Skip to content
DocsTry Aspire
DocsTry

addMilvus

Method
📦 Aspire.Hosting.Milvus v13.4.0
interface IDistributedApplicationBuilder {
// ... omitted for brevity
addMilvus(
name: string,
apiKey?: ParameterResource,
grpcPort?: number): MilvusServerResource;
}

Signature

methodaddMilvusbuilder
Adds a Milvus container resource to the application model.
addMilvus(
name: string,
apiKey?: ParameterResource,
grpcPort?: number): MilvusServerResource
namestring
apiKeyParameterResourceoptional
grpcPortnumberoptional
MilvusServerResource

Applies to

This method applies to the following types: