Request
New parameters
vectorsmap from strings to objects or anyOptional
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_configobject or anyOptional
Custom params for Optimizers. If none - it is left unchanged. This operation is blocking, it will only proceed once all current optimizations are complete
paramsobject or anyOptional
Collection base params. If none - it is left unchanged.
hnsw_configobject or anyOptional
HNSW parameters to update for the collection index. If none - it is left unchanged.
quantization_configobject or enum or anyOptional
Quantization parameters to update. If none - it is left unchanged.
sparse_vectorsmap from strings to objects or anyOptional
Map of sparse vector data parameters to update for each sparse vector.
strict_mode_configobject or anyOptional
metadatamap from strings to any or anyOptional
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
timedouble
Time spent to process this request