Skip to content
FlowHubFluxonLab
A
AI Automationfree

Build an AI-Powered Tech Radar Advisor with SQL DB, RAG, and Routing Agents

by Sean Lonadapted from n8n official workflow galleryUpdated Aug 2026
RequiresAAI AgentAnthropic Chat ModelBBasic LLM ChainCCodeDDefault Data LoaderEmbeddings Google GeminiEmbeddings Google GeminiGoogle DocsGoogle DocsGoogle DriveGoogle DriveGoogle Gemini Chat ModelGoogle SheetsGoogle SheetsGroq Chat ModelGroq Chat ModelMySQLMySQLPinecone Vector StorePinecone Vector StoreRecursive Character Text SplitterRecursive Character Text SplitterSSimple MemoryVector Store Question Answer ToolVector Store Question Answer Tool
Share Post Share
Download Doc File From Google DriveDownload Doc Fi…DDDoc File Data LoaderDoc File Data L…CrCronMySQL -delete all dataMySQL -delete a…MySQL - insert all from sheetsMySQL - insert …Google Sheets - Tech RadarGoogle Sheets -…CoCode - Transform table into rowsCode - Transfor…Google Docs - Update GDocGoogle Docs - U…GDGoogle Drive - Doc File UpdatedGoogle Drive - …TSContent - Recursive Character Text SplitterContent - Recur…Google Sheets - Read TechRadarGoogle Sheets -…CoCode - Simplify Mapping to Original QueryCode - Simplify…CoCodes - Simplify Mapping to Original QueryCodes - Simplif…EWExecute Workflow - Sql AgentExecute Workflo…EWExecute Workflow - RAG AgentExecute Workflo…AgAI Agent - Output GuardrailAI Agent - Outp…CLLLM - Determine - Agent Input RouterLLM - Determine…EWWhen Executed by Another WorkflowWhen Executed b…MS1_Get DB Schema and Tables List1_Get DB Schema…MS2_Get Table Definition2_Get Table Def…MS3_Execute actual query3_Execute actua…AgAI Agent -DB Sql AgentAI Agent -DB Sq…VSPinecone Vector Store (Retrieval)Pinecone Vector…TV4_RagToolAgAI Agent - RAGEGEmbeddings - Tech Radar Data EmbeddingEmbeddings - Te…VSPinecone - Vector Store for Embedding ContentPinecone - Vect…EGRetrieve Embeddings - Tech Radar Vector DBRetrieve Embedd…AI Agent - RetrievalAI Agent - Retr…AI Chat Model - Claude 3.5 SonnetAI Chat Model -…AI Chat Model - QwQ 32bAI Chat Model -…AI Chatmodel - Deepseek 32BAI Chatmodel - …AI Chat Model - llama3-8bAI Chat Model -…RTAPI Response - Respond to WebhookAPI Response - …WeAPI Request - WebhookAPI Request - W…IfDetermine if is 'RAG'Determine if is…MBUser Conversation historyUser Conversati…12345
1/5
FLOWS
STEPS · 5
Starts on a Google Drive event

AI-Powered Tech Radar Advisor This project is built on top of the famous open source ThoughtWorks Tech Radar. You can use this template to build your own AI-Powered Tech Radar Advisor for your company or group of companies. Target Audience This template is perfect for: Tech Audit & Governance Leaders:** Those seeking to build a tech landscape AI platform portal. Tech Leaders & Architects:** Those aiming to provide modern AI platforms that help others understand the rationale behind strategic technology adoption. Product Managers:** Professionals looking to align product innovation with the company's current tech trends. IT & Engineering Teams:** Teams that need to aggregate, analyze, and visualize technology data from multiple sources efficiently. Digital Transformation Experts:** Innovators aiming to leverage AI for actionable insights and strategic recommendations. Data Analysts & Scientists:** Individuals who want to combine structured SQL analysis with advanced semantic search using vector databases. Developers:** Those interested in integrating RAG chatbot functionality with conversation storage. 1.

Tags

n8nreference-onlyagentchain-llmdocument-default-data-loaderembeddings-google-geminigoogle-docsgoogle-drivegoogle-sheetslm-chat-anthropiclm-chat-google-geminilm-chat-groqmemory-buffer-windowmy-sqltext-splitter-recursive-character-text-splittertool-vector-storevector-store-pinecone
Connects
AAI AgentAnthropic Chat ModelBBasic LLM ChainCCodeDDefault Data LoaderembeddingsgooglegeminiEmbeddings Google Gemini
CategoryAI Automation
Triggermanual
Complexityadvanced
Nodes37
AddedMar 13, 2025

Related workflows

See all AI Automation
ABembeddingsgooglegeminiW
free

Handle WhatsApp support chats with OpenRouter, Pinecone, and Gemini

Quick overview This template implements a WhatsApp support suite that logs inbound events to a dashboard API, routes conversations through an OpenRouter-powered AI agent with Pinecone RAG and memory, exposes a webhook for human outbound replies, and provides a webhook to summarize recent chats for handoff. How it works Triggers on WhatsApp Cloud API events and routes status updates (sent/delivered/read) to a dashboard API endpoint for storage. For inbound messages, looks up the contact in the dashboard API and normalizes the message into a consistent schema (sender, type, timestamp, and best-effort content). If the message contains media (image/video/audio/document), fetches the WhatsApp media URL, downloads the file, uploads it to the dashboard’s media endpoint, and attaches the resulting media URL and MIME type. Stores inbound messages and reactions in the dashboard API, then checks via the cases endpoint whether the sender already has an open case. If the inbound message is text and no open case is found, queries Pinecone as a tool (using Google Gemini embeddings), uses an OpenRouter chat model with conversation memory to draft a reply or create a new case via the dashboard API,

by Salman Mehboob
ACDgmail
free

AI: Summarize podcast episode and enhance using Wikipedia

The workflow automates the process of creating a summarized and enriched podcast digest, which is then sent via email. Note that to use this template, you need to be on n8n version 1.19.4 or later.

by n8n Team
BCsheetsgroqchatmodel
free

Confirm and log WhatsApp restaurant orders with Groq and Google Sheets

Quick Overview This workflow triggers on incoming WhatsApp orders, uses Groq to extract items and quantities, validates them against a live Google Sheets menu, logs the result to an orders sheet, and replies to the customer with either a clarification request or a priced confirmation (with optional VIP owner alerts). How it works Triggers when a new WhatsApp message is received on your WhatsApp Business Cloud number. Sends the message text to Groq (Llama 3.3) to extract a structured list of ordered items and quantities. Reads the latest menu (item name, price, availability) from a Google Sheets “Menu” tab. Matches extracted items to the menu, checks availability, calculates line subtotals and the total price, and compiles any validation issues. If there are issues, replies to the customer on WhatsApp asking for a corrected order and appends a “needs_clarification” entry to the Google Sheets “Orders” tab. If the order is valid, appends a “confirmed” entry to the Google Sheets “Orders” tab and sends a WhatsApp confirmation with the item summary and total. If the confirmed total meets or exceeds the VIP threshold, sends a separate WhatsApp notification to the owner number. Setup Conne

by Kanishka Shrivastava