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.
Automated Insights from Survey Data Using n8n and AI
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.