Custom Schema in Supabase Vector Store node

Supabase Vector Store node

Category: Root Nodes

The idea is:

As of release 1.90.0, Supabase nodes can use a custom schema instead of the default “public” database schema. However, the Supabase vector nodes didn’t get this upgrade.

My use case:

I want to store vectors in a table in a schema other than public.

I think it would be beneficial to add this because:

Adding custom schemas to the Supabase vector nodes would allow for better segmentation of data. Being forced to only use “public” leads to a cluttered database.

Any resources to support this?

Previous pull: feat(Supabase Node): Add support for database schema by riascho · Pull Request #13339 · n8n-io/n8n · GitHub