Block 1 - When chat message received
- Type / Role
- @n8n/n8n-nodes-langchain.chatTrigger - chatTrigger
- Config choices
- Version 1.1
This workflow is provided as-is. Please review and test before using in production.
This Database SQL Query Agent convert natural language into sql query to get results Turn your PostgreSQL database into a conversational AI agent! Ask questions in plain English and get instant dat...
@n8n/n8n-nodes-langchain.chattrigger, n8n-nodes-base.stickynote, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.memorybufferwindow, n8n-nodes-base.postgrestool, @n8n/n8n-nodes-langchain.agent
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Babish Shrestha.
Original n8n.io sourceTurn your PostgreSQL database into a conversational AI agent! Ask questions in plain English and get instant data results without writing SQL.
"table_name" with your actual table"Show me all electronics under $200 that are in stock"
"List employees hired in 2024 with salary over 70k"
"Find VIP customers from California with recent orders"
Tags: AI, PostgreSQL, Natural Language, SQL, Business Intelligence, LangChain, Database Query
Difficulty: Beginner to Intermediate
Setup Time: 10-15 minutes
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Query PostgreSQL database with natural language using GPT-4o-mini |
|---|---|
| Complexity | intermediate |
| Nodes | 9 |
| Categories | AI Chatbot, Multimodal AI |
| Author | Babish Shrestha |
| Published | 28 Aug 2025 |
Use the JSON export at /data/workflows/7988/7988.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This Database SQL Query Agent convert natural language into sql query to get results Turn your PostgreSQL database into a conversational AI agent! Ask questions in plain English and get instant dat...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your AI Chatbot, Multimodal AI use case.