Aspire.Hosting.Milvus
Official
📦 Aspire.Hosting.Milvus v13.4.0 6 Functions
3 Types
3 types and 11 members
Types
Functions
method
addDatabase builder Adds a Milvus database to the application model.
addDatabase(name: string, databaseName?: string): MilvusDatabaseResource method
addMilvus builder Adds a Milvus container resource to the application model.
addMilvus(name: string, apiKey?: ParameterResource, grpcPort?: number): MilvusServerResource method
withAttu builder Adds an administration and development platform for Milvus to the application model using Attu.
withAttu(configureContainer?: (obj: AttuResource) => Promise<void>, containerName?: string): MilvusServerResource method
withConfigurationFile builder Copies a configuration file into a Milvus container resource.
withConfigurationFile(configurationFilePath: string): MilvusServerResource method
withDataBindMount builder Adds a bind mount for the data folder to a Milvus container resource.
withDataBindMount(source: string, isReadOnly?: boolean): MilvusServerResource method
withDataVolume builder Adds a named volume for the data folder to a Milvus container resource.
withDataVolume(name?: string, isReadOnly?: boolean): MilvusServerResource