const responseDelete = await index.delete(["2", "3"]); //{ deleted: 2}
Used to delete vectors with array of IDs
The IDs of the vectors you want to delete.
The number of the deleted vectors.
Was this page helpful?