Bulk update API
Another quite niche request that wouldn’t be needed in a perfect world where one would only upsert vectors once, the metadata would be set perfectly and there wouldn’t be any reason to bulk update a lot (if not all) of vectors.
The bulk update can be implemented on user side ofc, but that is just taking a group of vector ids and a metadata key-value that needs to be changed then calling the base update API, but an official one would be great nonetheless.