๐Ÿ” PDF proposal knowledge base with S3, OpenAI GPT-4o & Qdrant RAG agent

โšก 1,130 views ยท ๐Ÿ” AI RAG & Knowledge Retrieval

Description

This template has a two part setup:

  1. Ingest PDF files from S3, extract text, chunk, embed with OpenAI embeddings, and index into a Qdrant collection with metadata.
  2. Provide a chat entry point that uses an Agent with OpenAI to retrieve from the same Qdrant collection as a tool and answer proposal knowledge questions.

What it does

Why it is useful

Setup notes

๐Ÿ”— Nodes Used

AWS S3, AI Agent, Embeddings OpenAI, OpenAI Chat Model, Recursive Character Text Splitter, Extract from File

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup