Updating GPT Assistant Vector Store

I have an assistant that has two files. The files are just text lists of the names of music venues and the other one is a list of the names of DJs.

Maybe once a week we add to our airtable a new Venue or DJ we haven’t worked with before. I want to be able to replace the files in the assistant vector store with an updated list.

Ideally this is done whenever a new record is created but I’m not sure how to update the vector store using make. I see I can add files and create new ones, but can I replace what’s already in there?

I figured this out, you just need to use an HTTP module to pull the file ID then delete it, then just use the chat GPT module to upload a file then upload to the vector store you want.