Aspire.Hosting.Milvus
Official
📦 Aspire.Hosting.Milvus v13.2.0-preview.1.26159.1 6 Functions
3 Types
3 types and 21 members
Types
Functions
function
addDatabase builder Adds a Milvus database resource to a Milvus server resource.
addDatabase(name: string, databaseName?: string): MilvusDatabaseResource function
addMilvus builder Adds a Milvus server resource to the distributed application model.
addMilvus(name: string, apiKey?: ParameterResource, grpcPort?: number): MilvusServerResource function
withAttu builder Adds the Attu administration tool for Milvus.
withAttu(configureContainer?: (obj: AttuResource) => void, containerName?: string): MilvusServerResource function
withConfigurationFile builder Copies a Milvus configuration file into the container.
withConfigurationFile(configurationFilePath: string): MilvusServerResource function
withDataBindMount builder Mounts a host directory as the Milvus data directory.
withDataBindMount(source: string, isReadOnly?: boolean): MilvusServerResource function
withDataVolume builder Adds a persistent data volume to the Milvus server resource.
withDataVolume(name?: string, isReadOnly?: boolean): MilvusServerResource