Update collection parameters
Updates the parameters of the specified collection.
Authentication
api-keystring
API Key authentication via header
Path Parameters
collection_name
Name of the collection to update
Query Parameters
timeout
Wait for operation commit timeout in seconds. If timeout is reached - request will return with service error.
Request
New parameters
vectors
Map of vector data parameters to update for each named vector. To update parameters in a collection having a single unnamed vector, use an empty string as name.
optimizers_config
Custom params for Optimizers. If none - it is left unchanged. This operation is blocking, it will only proceed once all current optimizations are complete
params
Collection base params. If none - it is left unchanged.
hnsw_config
HNSW parameters to update for the collection index. If none - it is left unchanged.
quantization_config
Quantization parameters to update. If none - it is left unchanged.
sparse_vectors
Map of sparse vector data parameters to update for each sparse vector.
strict_mode_config
metadata
Metadata to update for the collection. If provided, this will merge with existing metadata. To remove metadata, set it to an empty object.
Response
successful operation
usage
time
Time spent to process this request
status
result