Survey Insights with Qdrant, Python and Information Extractor
Step 1. Import Survey Responses [Read more about Google Sheets](https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlesheets) Our approach requires to import all participant responses as vectors with metadata linking them to the questions being answered. To do this, we'll generate questiona and answer pairs from the survey.
Integrations Used (9)
Prerequisites
Required Credentials (3)
Multiple services required
This workflow needs 3 different credentials. Make sure you have accounts for all services before importing.
Complexity
Expert level. Custom code, complex logic, many integrations.
When to Use This Workflow
AI-Powered Content Creation
Automate content generation, summarization, or analysis using AI capabilities.
Save hours of manual work while maintaining quality and consistency.
Automated Reporting
Automatically collect and organize data into spreadsheets for analysis.
Spend less time on data entry and more time on insights.
Real-time Response
React instantly when events happen - new orders, form submissions, or API calls.
Zero delay between trigger and action for time-sensitive workflows.
{
"meta": {
"instanceId": "408f9fb9940c3cb18ffdef0e0150fe342d6e655c3a9fac21f0f644e8bedabcd9"
},
"nodes": [
{
"id": "0404384b-10b6-4666-84a4-8870db30c607",
"name": "Embeddings OpenAI",
"type": "@n8n/n8n-nodes-langchain.embeddingsOpenAi",
"position": [
1220,
280
],
"parameters": {
"model": "text-embedding-3-small",
"options": {}
},
"credentials": {
"openAiApi": {
"id": "8gccIjcuf3gvaoEr",
...Related Workflows
Customer Insights with Qdrant, Python and Information Extractor
Step 1. Starting Fresh For this demo, we'll clear any existing records in our Qdrant vector store for the selected compa...
Build a Tax Code Assistant with Qdrant, Mistral.ai and OpenAI
Step 1. Download the Tax Code PDF [Read more about handling Zip Files](https://docs.n8n.io/integrations/builtin/core-nod...
Building RAG Chatbot for Movie Recommendations with Qdrant and Open AI
Tool, calling Qdrant's recommendation API based on user's request, transformed by AI agent
OpenAI Personal Shopper with RAG and WooCommerce
Replace the URL and Collection name with your own
API Schema Extractor
Stage 1 - Research for API Documentation - Fetch a list of services pending research from Database (Google Sheet) - Uses...
Chat with GitHub OpenAPI Specification using RAG (Pinecone and OpenAI)
Indexing content in the vector database This part of the workflow is responsible for extracting content, generating embe...