πŸ‘‰ RAG-based question-answering system

GitHub Repo

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

  1. Use the upload form to upload PDF documents
  2. Use the question form to ask questions about the uploaded documents
  3. The system will provide answers based on the content of the uploaded documents