Skip to content
#

document-question-answering

Here are 35 public repositories matching this topic...

RAG implemented from scratch without using LangChain and LangGraph - designed specifically for processing and querying PDF documents with advanced support for visual content like tables, charts, and mathematical formulas.

  • Updated Oct 25, 2025
  • Python

An advanced, fully local, and GPU-accelerated RAG pipeline. Features a sophisticated LLM-based preprocessing engine, state-of-the-art Parent Document Retriever with RAG Fusion, and a modular, Hydra-configurable architecture. Built with LangChain, Ollama, and ChromaDB for 100% private, high-performance document Q&A.

  • Updated Aug 11, 2025
  • Python

An AI-powered chatbot that answers student questions using university PDFs with the help of Google's Gemini API and RAG (Retrieval-Augmented Generation) architecture.

  • Updated Dec 22, 2025
  • Python

A fully local document intelligence system that allows users to build a persistent private knowledge base from documents and query it using retrieval augmented generation. The system runs entirely offline with local embeddings, vector search, and LLM based answer generation.

  • Updated Apr 15, 2026
  • Python

PolicyBot AI Agent is an enterprise-grade intelligent document question-answering system built as an AI agent that can interpret and answer questions about company policies using Retrieval-Augmented Generation (RAG) techniques and general queries.

  • Updated Jan 11, 2026
  • Python

Genr-Kit: The ultimate open-source playground for multi-modal AI. One toolkit to build it all: from text and image generation to speech synthesis and analysis, powered by Gradio and Transformers.

  • Updated Sep 13, 2025
  • Python

End-to-end Retrieval-Augmented Generation (RAG) system for semantic document search and question answering using LangChain, FAISS, and OpenAI. Supports PDF ingestion, MMR-based retrieval, Streamlit UI, and API deployment with LangServe.

  • Updated Apr 12, 2026
  • Python

AI-Powered Research Assistant using RAG is a Streamlit web application that uses Retrieval-Augmented Generation (RAG) with Large Language Models to analyze documents and answer user queries with context-aware responses. It performs semantic search over embedded document chunks and generates accurate answers based on retrieved information.

  • Updated Mar 10, 2026
  • Python

Improve this page

Add a description, image, and links to the document-question-answering topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the document-question-answering topic, visit your repo's landing page and select "manage topics."

Learn more