File Resources
Addedv3.0.x
Methods related to file resource management.
addFileResource() [READ MORE]
Uploads a local file as a named resource so it can be referenced by other Milvus operations (e.g., functions, analyzers). Names are unique per database — re-using a name overwrites the existing resource.
listFileResources() [READ MORE]
Lists all uploaded file resources in the current database.
removeFileResource() [READ MORE]
Removes a previously uploaded file resource by name. Removing a resource that is still referenced by an active function or analyzer fails with an error.