A lightweight RAG (Retrieval-Augmented Generation) application built with Next.js, Pinecone, and shadcn/ui. This tool allows users to upload multiple files and ask natural language questions based on the content of those documents.
🔗 Live Demo: ai-document-summarizer-rho.vercel.app
- 📁 Upload and manage multiple documents
- 📄 Automatic chunking and embedding of text
- 🔍 Fast and accurate semantic search via Pinecone vector DB
- 🤖 AI-powered question answering using OpenAI or Google models
- 💅 Clean and responsive UI using shadcn/ui
| Layer | Technology |
|---|---|
| Frontend | Next.js, React |
| UI Library | shadcn/ui |
| Backend | API Routes in Next.js |
| AI Model | OpenAI or Google APIs |
| Vector DB | Pinecone |
git clone https://github.com/Akshay-hub-007/AI-Document-Summarizer.git