Hi
May I know how to delete all the vectors in an index from the web? Like
DELETE * FROM MYINDEX;
Hi
May I know how to delete all the vectors in an index from the web? Like
DELETE * FROM MYINDEX;
if you want to delete all vectors, just delete the whole index and recreate it
if you can code, call the delete api with deleteAll on all namespaces.
Hope this helps