Problems with Supabase vector store and Posgtres subnode for AI Agen

Hello,

doing

Describe the problem/error/question

Hello,

doing Multi-agent Open source system for everyone for free, like it gonna be have HR agent, Marketing agent which can analyse Google Sheets of sale and futher more, Doctor agent which will have remember all essential info about you and your family and more more more

I am gonna open source it under AGPL license when MVP like will work, or just will share this to as many as i can

but need some help to finish it

What is the error message (if any)?

NOw have error

invalid input syntax for type bigint: “df85583e06ab48188a5ea35db79435df”

invalid input syntax for type bigint: "df85583e06ab48188a5ea35db794

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: last
  • Database (default: SQLite): Supabase, Postrgres
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default i think
  • Running n8n via (Docker, npm, n8n cloud, desktop app): i am running workflow at like workflow creating enviroment or idk how to call it
  • Operating system: Windows

Hello @Frfor17

According to your database, the field session_id accepts only integers, but you are passing a string/text to it. That’s what the error is also saying.

2 Likes

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