π RAG-based question-answering system
RAG-based Q&A System
A Retrieval-Augmented Generation (RAG) based Question Answering system that allows users to upload documents and ask questions about their content.
Features
- Document upload (currently supports PDF files)
- Question answering based on uploaded documents
- Uses LangChain for document processing and question answering
- Integrates with Pinecone for vector storage and retrieval
- Uses OpenAIβs language models for embeddings and question answering
Usage
- Use the upload form to upload PDF documents
- Use the question form to ask questions about the uploaded documents
- The system will provide answers based on the content of the uploaded documents