Describe the problem/error/question
I am very new to n8n and am currently using some tutorials to learn the basics of n8n. In particular, I have come across this tutorial Talk to your SQLite database with a LangChain AI Agent.
I tried to follow along and have attempted to re-create this workflow in my own workspace. However, I am running into an issue with the Edit Field (Set) node.
In the tutorial workflow the original Edit Field (Set) node that came in the workspace has the option to “Include Binary File” in its output. However, if I load in my own Edit Field (Set) node, the same option does not exist. I only have the option to “Ignore Type Conversion Errors” and “Support Dot Notation”.
This means when I try to query the database through the Chat Trigger, through my own Edit Fiet (Set) node that I load in, no database is passed to the AI agent to be able to query.
Please share your workflow
Information on your n8n setup
- n8n version: 1.99.1
- Database (default: SQLite): SQLite3
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker, self-hosted
- Operating system: Windows 11 Home 64-bit (10.0 Build 26100)