🚀 PDF Chat: Transforming PDFs into Conversational Hubs with Next.js and Pinecone
Elevate your document collaboration with PDF Chat, powered by Next.js and Pinecone. Immerse your PDFs in a dynamic chat experience, fostering real-time discussions and collaborative annotations. PDFs, reimagined for interactive conversation. 📄💬✨
- PineconeDB as the knowledge store
- User-Friendly Interface
- Next.js Integration
- LangChain Language Processing
- PDF Chunking
- OpenAI API Integration
- Smart Summarization
- Fast Answers
- Integration with External APIs
- Optical Character Recognition (OCR)
git clone https://github.com/bala587/PDF-Chat-Pinecone.git
npm install
OPENAI_API_KEY=
PINECONE_API_KEY=
PINECONE_ENVIRONMENT=
npm run dev