Talk to your SQLite database with a LangChain AI Agent 🧠💬

Nodes

24e3b914-15fa-444f-80e3-ca29bdacaf403b9f1b78-6b80-4575-aa6c-966987000389f8cb31dc-fafe-49d3-8399-f520741f80ad+2

Created by

YuYulia

Last edited 11 days ago

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. 💪

🚀 Setup

Run the top part of the workflow once.
It downloads the example SQLite database, extracts from a ZIP file and saves locally (chinook.db).

🗣️ Chatting with Your Data

  1. Send a message in a chat window.
  2. Locally saved SQLite database loads automatically.
  3. User's chat input is combined with the binary data.
  4. The LangChain Agend node gets both data and begins to work.

The AI Agent will process the user's message, perform necessary SQL queries, and generate a response based on the database information. 🗄️

🌟 Example Queries

Try these sample queries to see the AI Agent in action:

  1. "Please describe the database" - Get a high-level overview of the database structure, only one or two queries are needed.
  2. "What are the revenues by genre?" - Retrieve revenue information grouped by genre, LangChain agent iterates several time before producing the answer.

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/

New to n8n?

Need help building new n8n workflows? Process automation for you or your company will save you time and money, and it's completely free!