Automated Insights from Survey Data Using n8n and AI

somdn_product_page

This workflow automates the process of analyzing survey responses to generate actionable insights. It begins by importing survey data from Google Sheets, then converts responses into question-answer pairs. Using OpenAI embeddings, responses are vectorized and stored in a Qdrant vector database. The workflow applies K-means clustering to identify patterns and groups of similar answers, which are summarized by an OpenAI chat model. Finally, the insights, including clusters and summaries, are exported back into a Google Sheet for easy review. This process is ideal for large surveys where detailed, data-driven insights are needed without manual analysis.

Node Count

>20 Nodes

Nodes Used

@n8n/n8n-nodes-langchain.documentDefaultDataLoader, @n8n/n8n-nodes-langchain.embeddingsOpenAi, @n8n/n8n-nodes-langchain.informationExtractor, @n8n/n8n-nodes-langchain.lmChatOpenAi, @n8n/n8n-nodes-langchain.textSplitterRecursiveCharacterTextSplitter, @n8n/n8n-nodes-langchain.vectorStoreQdrant, code, executeWorkflow, executeWorkflowTrigger, filter, googleSheets, httpRequest, if, manualTrigger, set, splitInBatches, splitOut, stickyNote

Reviews

There are no reviews yet.

Be the first to review “Automated Insights from Survey Data Using n8n and AI”

Your email address will not be published. Required fields are marked *