Hello,
I am currently building a RAG system with Supabase.
However it seems difficult to use the vector in a workflow without having it triggered with a chat.
I would like to be able to
- upload pdf in a vector Store
- trigger a workflow which would read the data in the vector base, transform the data with llm
- Provide structured data as an output
I would like to do it automatically without needing to trigger a chat (as it is not the preferred user interface)
Cheers