ES | EN
AI

AI: Ask questions about any data source (using the n8n workflow retriever)

Chain Retrieval QaOpenAI ChatGPTRetriever Workflow
Nodes 3
Complexity Intermediate
Category AI
n8n popularity 9,358 views in n8n library

This template aims to perform Q&A on data retrieved from another n8n workflow. Since that workflow can be used to retrieve any data from any service, this template can be used to ask questions about any data. It uses a manual trigger, various AI nodes, and an OpenAI Chat Model to extract and provide relevant information based on a specific query. Note that to use this template, you need to be on n8n version 1.19.4 or later.

Apps and nodes included

Step-by-Step Implementation Guide

Preguntas sobre Datos con IA

Realiza preguntas y obtén respuestas sobre datos recuperados de otro flujo de trabajo de n8n. Utiliza IA para extraer información clave.

Nodos Utilizados

  • Chain Retrieval QA (Langchain): Para la interacción con la IA.
  • LM Chat OpenAI (Langchain): Para el modelo de chat de OpenAI.
  • Retriever Workflow (Langchain): Recupera datos de otro flujo.

Pasos de Configuración

  • Paso 1: Configura el nodo Retriever Workflow para conectarse al flujo de trabajo que contiene los datos.
  • Paso 2: Configura los nodos LM Chat OpenAI y Chain Retrieval QA con tu clave API de OpenAI y ajusta las prompts.
  • Paso 3: Define las preguntas que deseas realizar sobre los datos. El workflow responderá con información relevante.
⚡ Open and edit in Scriflow ← Browse all n8n templates

Scriflow builds and adapts n8n workflows with AI. Open this template in the editor to get the import-ready JSON.