← All workflows
RAG & Data Analysis · Advanced
PDF Q&A over Fetched Document
Fetches a PDF from a URL, splits and embeds it into a vector store, then answers a user's question with grounded context from the document.
WebhookHTTP RequestOpenAIVector Store
What's inside · 7 nodes
- webhook
- httpRequest
- documentDefaultDataLoader
- textSplitterRecursiveCharacterTextSplitter
- embeddingsOpenAi
- vectorStoreInMemory
- openAi