How to Retrieve the ID Field in Supabase Vector Store Node for Filtering Search Results?

Hi everyone,

I’m working with the Supabase Vector Store node in n8n and need some help. I want to retrieve the id field along with the search results so I can use it later to set up a filter based on specific IDs during a search. Currently, I can get the matching documents, but I don’t see the id field included in the output. Is there a way to configure the node to return the id field alongside the content and embeddings? Any advice or examples would be greatly appreciated!

Hi @walker,

that’s currently not possible using the Supabase Vector Store node. To do this you’d need to do a HTTP request when retrieving the vectors.

Hi @oleg , thanks for the response! Do you have an example of how to retrieve the id field along with the search results using an HTTP request to the Supabase API in n8n?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.