I am facing a challenge when it comes to deleting vectors in a namespace in pinecone. I am using javascript and trying to delete all vectors in a namespace,I get this error “[ErrorWithoutStackTrace: No ids provided]”, could anyone be knowing why this is and how to solve it? thanks in advance
I have tried using this code, “await index.delete1([ ], true, “example-namespace”);” as specified in the Delete vectors by namespace part of the pinecone documentation but i get the error mentioned above,
2
Answers
I found a solution:
I got this from the Pinecone GitHub repo.