Supabase Vector Store missing name field

Describe the problem/error/question

According the documentation, the Supabase Vector Store has a “name” field in the “Retrieve Documents (As Tool for AI Agent)” mode: Supabase Vector Store node documentation | n8n Docs
However I can’t see it.

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 2.13.3
  • Database (default: SQLite): Supabase
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
1 Like

Hi @jero_at_n8n consider following this video:

And yeah maybe try seeing the tool configuration options into that node(i think following this video would clear that)

Thanks for the video but I can’t see the answer to my question. I just need to know how should I reference the tool from the AI Agent. For example in a Pinecone Vector Storage node there is a “name” field you can refer from the AI Agent prompt however this is not the case in the equivalent Supabase node, how should I refer to the tool from the AI Agent, using just the node name?

@jero_at_n8n now i understood, for the supabase vector store the “Retrieve Documents” for ai agent mode, you reference the tool from the AI agent using the node name itself, you are right with that, just rename your supabase node and then you can reference that name in your System prompt.

2 Likes

Thanks for the confirmation

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