cosmocode / dokuwiki-plugin-aichat

Chat with a LLM about your DokuWiki contents
https://www.dokuwiki.org/plugin:aichat
GNU General Public License v2.0
13 stars 2 forks source link

Pinecone: Index creation fails #12

Closed splitbrain closed 8 months ago

splitbrain commented 8 months ago

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.

splitbrain commented 8 months ago

The error can be reproduced with -c on a paid account (which supports delete all)

splitbrain commented 8 months ago

[code] => 5 [message] => Namespace not found [details] => Array ( )