This n8n workflow is designed for analyzing survey responses to uncover valuable insights. The process begins with importing survey data from Google Sheets, extracting questions and responses, and converting answers into embedding vectors using OpenAI’s embedding model. It then utilizes a Qdrant vector store to cluster similar responses through K-means clustering, helping identify common themes or patterns. Each cluster is further analyzed by an AI language model to generate summaries and insights, which are subsequently exported back into Google Sheets for easy review. This workflow is ideal for organizations seeking to analyze large-scale survey data, reveal hidden response patterns, and generate comprehensive reports, all while maintaining a structured and automated data pipeline.
Survey Data Analysis and Insight Generation Workflow
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.