When a new index is created on pinecone it does not yet have any (default) namespace. Delete operations will fail with a no such namespace error. Once any document has been added, deletes of non-existing documents are fine.
We need to prevent deletes before the index has been created.
Issue Description
When a new index is created on pinecone it does not yet have any (default) namespace. Delete operations will fail with a no such namespace error. Once any document has been added, deletes of non-existing documents are fine.
We need to prevent deletes before the index has been created.