Sorry for all the questions, hopefully useful for others!
I also tried using Supabase instead of Postgres, but when i run
index = VectorStoreIndex.from_vector_store(vector_store=vector_store)
index.refresh_ref_docs(documents)
i get the error:
File "/...../supabase.py", line 117, in delete
raise NotImplementedError("Delete not yet implemented for vecs.")
is it possible that vecs cannot support index-refreshing because the library doesn't support "delete" yet?
https://supabase.github.io/vecs/api/