Legacy Product

Fusion 5.10
    Fusion 5.10

    Delete Indexes in Milvus Jobs

    Deletes specified indexes in Milvus.

    Troubleshooting

    Milvus Vector Search Issue

    Issue: Create, Read, Update, and Delete (CRUD) operations for indexing and query objects save current user permissions in thread local variables. Permissions are saved only once, and are never updated for that thread. Calls to a pipeline with a REST call or to Milvus stages use the saved permissions, not the calling user permissions. And the saved permissions are then used to check authorization for Milvus or external http: and https: calls.

    If a thread does not have saved permissions, the call to Milvus is authorized for any user.

    Workaround for Milvus stages:

    1. Add the following permissions to all existing non-admin users:

      GET,POST,PUT:/http-call/milvus/**

    2. Restart all instances of query and indexing services.

    Update a Milvus collection

    Update and delete semantics are not supported on individual items in a Milvus collection. We recommend that you use a blue/green set of collections: reindex to apply updates to an empty Milvus collection, then swap between collections to apply the updates.

    Deletes specified indexes in Milvus collections

    collections - array[string]

    List of collections in Milvus where indexes should be dropped.

    id - stringrequired

    The ID for this job. Used in the API to reference this job. Allowed characters: a-z, A-Z, dash (-) and underscore (_)

    <= 63 characters

    Match pattern: [a-zA-Z][_\-a-zA-Z0-9]*[a-zA-Z0-9]?

    readOptions - array[object]

    Options used when reading input from Solr or other sources.

    object attributes:{key required : {
     display name: Parameter Name
     type: string
    }
    value : {
     display name: Parameter Value
     type: string
    }
    }

    sparkConfig - array[object]

    Provide additional key/value pairs to be injected into the training JSON map at runtime. Values will be inserted as-is, so use " to surround string values

    object attributes:{key required : {
     display name: Parameter Name
     type: string
    }
    value : {
     display name: Parameter Value
     type: string
    }
    }

    type - stringrequired

    Default: argo-milvus-delete-indexes

    Allowed values: argo-milvus-delete-indexes

    writeOptions - array[object]

    Options used when writing output to Solr or other sources

    object attributes:{key required : {
     display name: Parameter Name
     type: string
    }
    value : {
     display name: Parameter Value
     type: string
    }
    }