Replies: 1 comment
-
Hi everyone I asked AI for an answer and it gave me: https://docs.flowiseai.com/api-reference/document-store#delete-document-store-vectorstore-id I am surprised this API accepts just only ONE parameter: Document Store Id. Comparing the above API call with the API call that deletes data chunks from Document Store Id with the associated Document Loader Id: I can understand to delete a document, I'd need to supply TWO parameters to locate the exact specific document in the document store: Document Store Id and Document Loader Id but how would supplying just ONE parameter Document Store Id to remove the same related document from the vector store be sufficient especially when they are so many other documents belonging to the same document store inside the vector store? I'm afraid the API call Delete data from vector store might delete ALL data (documents) belonging to the Document Store Id in the Vector Store when I only requested for deletion of just ONE document of the Document Store. I am using VB6 for all this. Thank you everyone and have a great day ahead! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone
I'd hope someone can help to understand these APIs better.
In Upsert API, after the document is successfully upserted into the Document Store and if I'd like to delete that upserted document I'd use Delete Specific Document Loader and Associated Chunks to do it. According to the documentation, this delete API does not remove it from the Vector Store.
How am I going to delete it from the Vector Store too?
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions