A Next.js application that creates an AI-powered chatbot from your PDF documents. Built with LangChain, Pinecone, and OpenAI.
Learn how to build this project step by step in my 4-minute tutorial:
For a comprehensive, written guide with code explanations and best practices, check out my blog post: Building a RAG-Powered PDF ChatBot with Next.js
- 📁 PDF file upload and processing
- 🔍 Advanced RAG (Retrieval Augmented Generation)
- 💬 Interactive chat interface
- 🔄 Real-time streaming responses
- 📚 Context-aware conversations
- 🎨 Modern UI with Tailwind CSS
- Clone the repository
git clone https://github.com/MUKE-coder/pdf-chat.git