It seems I could utilize this SQL Agent with Postgres... Currently, I'm attempting to configure it for similarity searches of blog articles within m...
I understand. Thank you for the update. Here's the schema for the table: -- Table: public.callin_io_analytics -- DROP TABLE IF EXISTS public.call...
Hi, thanks a lot for the explanation. May I ask what the auto-generated field refers to? I would assume it's the auto-increment field (e.g., an ID f...
I attempted to use the standard Postgres node. Workflow 1, which performs an "insert," was successful. It created a table named n8n_analytics and po...
Here are the logs from my Dockerized PostgreSQL database: 2023-10-31 18:50:44 2023-10-31 18:50:44 PostgreSQL Database directory appears to contain ...
Could you please share the logs for the agent? (full workflow) The log appears similar to the one shown above: image1852×809 115 KB
Could you please share the logs for the agent, specifically focusing on the agent node and the Google Palm chat model? image1886×795 106 KB Raw...
Just wanted to share my docker-compose.yml file: (I based this on the example found here: , with the only modification being the change of the docke...
I used docker-compose pull to update the docker image, specifically for the callin.io AI beta version to 1.14.0. However, the same error persists: ...
Could a configuration error in my Postgres database setup be the cause? image645×753 15.4 KB
Hi Thanks for the reply. Yes, I'm encountering the same error when using your workflow (simply by importing your workflow JSON file). image1906×8...
Has anyone here utilized the SQL agent within callin.io previously? Appreciate any insights!