Hey I followed the video on Google Drive to Supabase Vector DB. I wanted to make sure I understand Supbase vector db. I created followed along and tested it out and it works! That being said, in order to input data into the db I need to embed it using OpenAI or another provider.
The Supabase vector Quickstart creates the columns: id, content, metadata and embedding. I then query the db and have it return results.
Question
- If I wanted to add an additional column to the Supabase Vector db, how can I add it and then make it searchable as well? Would this be done in Extract from Text Action? Or would I need to modify the Query Name of match_documents? I am trying to understand where that would be done. Thanks for help!