Stock Q&A Workflow
detail.loadingPreview
Answers questions based on a provided stock document.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow allows you to ask questions about a PDF document stored in Google Drive. It retrieves the document, splits it into manageable chunks, creates embeddings, stores them in Qdrant, and then uses OpenAI to answer questions based on the indexed information. The workflow is triggered via a webhook.
Key Features
- Fetches PDF from Google Drive.
- Splits text into chunks for processing.
- Generates embeddings using OpenAI.
- Stores and retrieves data from Qdrant Vector Store.
- Answers questions using OpenAI's language models.
- Responds to incoming webhook requests.
How To Use
- Configure Google Drive and OpenAI credentials.
- Ensure your PDF is accessible via the specified Google Drive file ID.
- Set up the Qdrant Vector Store and collection name.
- Trigger the workflow by sending a POST request to the webhook URL with your question in the request body.
Apps Used
Workflow JSON
{
"id": "6b9cd10d-1ce5-41c6-af75-0e1012b484e5",
"name": "Stock Q&A Workflow",
"nodes": 0,
"category": "AI & Machine Learning",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 6b9cd10d-1ce5...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Business WhatsApp AI RAG Chatbot for Electronics Stores
Build an AI-powered chatbot for your electronics store on WhatsApp using Retrieval Augmented Generation (RAG). This workflow integrates with Google Drive for knowledge base, Qdrant for vector storage, and OpenAI for AI.
Create an AI-Powered Telegram Bot with Langchain and DALL-E 3
Build a sophisticated Telegram bot using n8n, integrating Langchain for AI conversation and DALL-E 3 for image generation. This workflow allows for dynamic chat interactions and creative image creation directly through Telegram.
AI-Powered Company Research and Enrichment for Google Sheets
Leverage AI with OpenAI and LangChain to automatically research companies, extract key data like domain, market, and pricing, and update Google Sheets. This workflow uses the 'OpenAI Chat Model', 'get_website_content' tool, and 'SerpAPI - Search Google' to enrich your data.
OpenAI Assistant with Vector Store for File Retrieval
Automates the retrieval and formatting of AI-generated content from an OpenAI assistant, ensuring citations and sources are correctly identified and presented.
Automated Car Insurance Quote Generator with AI and Vector Store
This n8n workflow generates car insurance quotes using an AI agent. It leverages LangChain nodes like Webhook, Text Splitter, Embeddings, and Vector Store (Pinecone) to process and retrieve relevant information, then logs the results to a Google Sheet.
Transform Images to Lego Style with Line Bot and DALL-E
This workflow automates image transformation to a Lego style using a Line bot webhook, DALL-E for prompt generation, and DALL-E for image creation. It's ideal for creative applications and custom content generation.