MilvusBuilderExtensions Class

Definition

Provides extension methods for adding Milvus resources to the application model.

public static class MilvusBuilderExtensions
type MilvusBuilderExtensions = class
Public Module MilvusBuilderExtensions
Inheritance
MilvusBuilderExtensions

Methods

AddDatabase(IResourceBuilder<MilvusServerResource>, String, String)

Adds a Milvus database to the application model.

AddMilvus(IDistributedApplicationBuilder, String, IResourceBuilder<ParameterResource>, Nullable<Int32>)

Adds a Milvus resource to the application. A container is used for local development.

WithAttu<T>(IResourceBuilder<T>, Action<IResourceBuilder<AttuResource>>, String)

Adds an administration and development platform for Milvus to the application model using Attu. This version the package defaults to the 2.3-latest tag of the attu container image

WithConfigurationBindMount(IResourceBuilder<MilvusServerResource>, String)

Adds a bind mount for the configuration of a Milvus container resource.

WithDataBindMount(IResourceBuilder<MilvusServerResource>, String, Boolean)

Adds a bind mount for the data folder to a Milvus container resource.

WithDataVolume(IResourceBuilder<MilvusServerResource>, String, Boolean)

Adds a named volume for the data folder to a Milvus container resource.

Applies to