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