In the various RAGs created with n8n and Supabase, for each RAG flow, it’s necessary to create a new database in Supabase.
Considering scalability, how can we save the data of this RAG using collections in the same Supabase database?
In the various RAGs created with n8n and Supabase, for each RAG flow, it’s necessary to create a new database in Supabase.
Considering scalability, how can we save the data of this RAG using collections in the same Supabase database?
It looks like your topic is missing some important information. Could you provide the following if applicable.
We should use the database you select rather than make a new one each time, are you maybe trying to use the same “table”?
Exactly, I would like to use the same table for several clients/projects.
This way, the chatbot will be linked to each id client / id project.
In langflow this is possible using collections. Is there something similar in n8n?
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.