This section in the docs describes how to partially update the data of a single vector. Is there a way to perform that on multiple vectors at the same time? Kind of how the delete API allows the deletion of multiple vectors at the same time
Hey did you ever figure out if this was possible?
Hi @cbalette
batch partial update is not really possible via the API, but if you want you can do the full overwrite with the upsert
call. Just make sure you fetch/query every bit of data you need for upserting (values, metadata).
Hope this helps
1 Like
Iām pretty sure its not possible at this point. It would be nice to get some support for this
1 Like
Thanks Jasper for the response. This is what I ended up doing.