I keep getting an "Error occured on delete of document. ID: 0. Error: %d format: a number is required, not str". And I am using the newer method calls like delete_ref_doc(ref_doc_id=doc_id)
Refresh won't work without some extra TLC to work as intended (it requires enabling/using the docstore, which is disabled for most vectordb integrations)
If I use the simple vec store same code works fine... I'll create simple example using the pgvec example code and see if I get the same thing. The delte does look straightforward... π