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