How to update data in supabase vector store

Hello,
I am trying to update data in supabase vector db periodically.
I tried to remove full db and add new data.
But I didn’t find how to remove data in supabase vector db.

Hi @Denys_Yudin,

if you know the IDs of the vectors you want to update you can use “Update Documents” operation in Supabase Vector Store

But as you know, to update data, we should know ID.
How to do that?
If we search data from database, System might select wrong ID.

Take a look at this video, https://youtu.be/ELAxebGmspY. Hopefully it helps.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.