Find answers from the community

Updated 3 months ago

Supabase vecs may not support index-refreshing?

Sorry for all the questions, hopefully useful for others!

I also tried using Supabase instead of Postgres, but when i run
Plain Text
index = VectorStoreIndex.from_vector_store(vector_store=vector_store)
index.refresh_ref_docs(documents)

i get the error:
Plain Text
  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/
B
L
2 comments
thank you very much!
Yea it seems like it! The vecs library needs to catch up πŸ˜…
Add a reply
Sign up and join the conversation on Discord