Answer Instagram FAQ DMs using Google Gemini and Qdrant from Google Drive
Quick Overview This workflow answers Instagram DMs using a Google Gemini RAG agent backed by a Qdrant vector store, while automatically ingesting new PDF files from Google Drive into the knowledge base and refreshing the Instagram access token on a schedule.
How it works Triggers when an Instagram message is received and filters out echoes and empty messages. Uses a Google Gemini chat model with chat memory and a Qdrant retriever tool to generate a context-grounded FAQ response. Sends the generated reply back to the sender as an Instagram DM. Runs on a daily schedule to refresh the Instagram access token. Triggers when a new file is created in a specific Google Drive folder and allows only supported MIME types (PDF). Downloads the file, processes items in batches, generates embeddings with Google Gemini, and inserts the document vectors into a Qdrant collection for retrieval.
Setup Add Instagram Graph API credentials, set the trigger verify token, and configure the Instagram app/webhook to call the workflow’s Instagram trigger. Add Google Gemini (PaLM) API credentials for both the chat model and embedding generation. Add Qdrant credentials and ensure the target collection (for example, "n8n-rag-template") exists and matches your embedding dimensions. Add Google Drive OAuth2 credentials and set the folder to watch (and ensure it contains the PDFs you want indexed). Adjust the allowed MIME type filters and schedule interval to match your content types and token refresh needs.
Related Templates
Track Demo Bookings with Google Calendar to Meta Conversions API Integration
Who is this workflow for? If you're using Meta Ads to generate new leads to your sales pipeline, this workflow is for yo...
Transcribe & Summarize Audio with Whisper and GPT, from Google Drive to Notion
This workflow contains community nodes that are only compatible with the self-hosted version of n8n. Overview This work...
Creators Hub: Generate Dynamic SVG Stats with daily updates
n8n Creators Template: Creator Profile Stats Updater This n8n workflow template is designed to automate the process of...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments