Set Collection Rerank Model
Bind or clear the rerank model for a collection.
When set, knowledge_search adds a rerank stage for this KB using
the configured model. When cleared, no rerank is performed.
The rerank binding is user-scoped and stored in collection_config,
so different users can have different rerank settings for the same
collection name.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Rerank model ID registered in the model hub. Pass null or an empty string to clear the binding (search will no longer rerank for this collection).
Response
Successful Response
Response payload for collection-level management operations.
Operation status: success|partial_success|error
Collection identifier affected by the operation
Human-readable summary of the collection operation
Non-fatal issues encountered while processing the collection
Subset of documents impacted by the collection operation
Aggregated deletion counts per table when applicable

