upsert()
method to instruct the SDK to upsert vectors into an index, as shown below:
upsertMany()
method, which allows you to efficiently insert or update multiple vectors into an index, as shown below:
update
method.
The update
method is similar to the upsert
method, but it will only update the data that is already in the index.