This n8n workflow demonstrates how to create an agent using LangChain and SQLite. The agent can understand natural language queries and interact with a SQLite database to provide accurate answers. πͺ
Run the top part of the workflow once.
It downloads the example SQLite database, extracts from a ZIP file and saves locally (chinook.db
).
The AI Agent will process the user's message, perform necessary SQL queries, and generate a response based on the database information. ποΈ
Try these sample queries to see the AI Agent in action:
The AI Agent will store the final answer in its memory, allowing for context-aware conversations. π¬
Read the full article: π https://blog.n8n.io/ai-agents/
Implement complex processes faster with n8n