Found 3,556 repositories(showing 30)
ArmaanSeth
A multi-pdf chatbot based on RAG architecture, allows users to upload multiple pdfs and ask questions from them.
laxmimerit
This repository contains implementations of Retrieval-Augmented Generation (RAG) in Jupyter notebooks. It includes examples of building chatbots with and without history, processing PDFs with RAG, and using DeepSeek models for local RAG and financial document analysis.
leoneversberg
A local LLM chatbot with RAG for PDF input files
(RAG) Developing a chatbot capable of utilizing PDF files as a knowledge base to answer questions. Additionally, we employed the vision capability of GPT-4V to identify and describe graphs from each page. Describing the charts and their illustrated trends improves the chatbot's accuracy in answering and providing additional context.
enricollen
A simple local Retrieval-Augmented Generation (RAG) chatbot that can answer to questions by acquiring information from personal PDF documents.
Balaji-R-05
An AI-powered chatbot that leverages RAG (Retrieval-Augmented Generation) to answer your questions based on the content of uploaded PDFs
Mr-Jack-Tung
JARVIS Chatbot: a local simple RAG assistant with PDF files
vitorccmanso
RAG-ChatBot using Google's Gemini-Pro model, Langchain, ChromaDB and Streamlit. The ChatBot can answer questions asked in natural language about PDF documents that the user uploads
A chatbot powered by CrateDB using RAG techniques and data from PDF files.
kiritoInd
Retrieval-Augmented Generation on PDF for Free, Integrated with Memory to recall previous interactions, it operates as a sophisticated lang-chain application.
Bensmail-anis
A powerful chatbot assistant leveraging Retrieval-Augmented Generation (RAG) to answer questions from multiple PDF documents. RAGbot generates accurate responses and provides source references, making it an ideal assistant for working with domain-specific PDFs.
rajveersinghcse
🐶 PetCare AI Chatbot, powered by Langchain, Ollama, and Flask, utilizes RAG for context-aware answers from PDF documents.
YoussefMoHlemyAlpha
This project is a Streamlit-based web app that lets you upload multiple PDF documents and interact with them in natural language. It uses Google Gemini (via LangChain) for embeddings and question-answering, along with FAISS as the vector store for efficient document retrieval.
AdityaBhatt3010
A domain-adaptable AI chatbot powered by RAG, FAISS, and LangChain to answer questions from your custom PDFs using HuggingFace LLMs.
KishoreSOL
No description available
PRITHIVSAKTHIUR
(PDF) Information and Inference, Retrieval-Augmented Generation [ RAG ]
tschechlovdev
Simple RAG chatbot built with LangChain and Ollama that chats with your own PDFs. Blog post: https://medium.com/@tschechd/retrieval-augmented-generation-rag-in-practice-implementing-a-chatbot-with-langchain-and-ollama-79d6d19642f7
kostadindev
Python package that constructs a structured markdown knowledge base from external sources such as PDFs, websites, and GitHub repos with LLM summarization. Ideal for RAG, search-friendly LLM contexts (/llms.txt), and chatbots.
Zlash65
An end-to-end RAG chatbot using FastAPI, LangChain, ChromaDB & Streamlit with Multi-LLM support to answer questions from uploaded PDFs.
snsupratim
No description available
dinhquy-nguyen-1704
User-friendly chatbot that summarizes and interacts with content fromuser-uploaded PDFs using RAG with Ensemble Retriever
nilesh325
RAG‑PDF‑Analyzer is a Streamlit chatbot that lets users upload PDFs and query them with natural language. It uses PyPDF2 for text extraction, HuggingFace embeddings with FAISS for semantic search, and Mistral LLM via LangGraph to deliver context‑aware answers from documents.
MatthieuGillieron
AI chatbot with multiple trending LLMs and a RAG option to chat with your PDF documents
mdzaheerjk
Medical Chatbot using Retrieval-Augmented Generation (RAG) to answer medical queries. PDFs are converted into embeddings and stored in Pinecone. LangChain retrieves context for LLM responses. Built with Flask and deployable on AWS using Docker and GitHub Actions for scalable access.
Feed-dev
Index a pdf library for light-rag using gpt-4o-mini + chatbot
SohaibBazaz
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.
Ehsan-Taheri
RAG chatbot deployed on streamlit, its multi-source(PDFs,Text,Url) and use huggingface LLM model and embeding model
shreeharib
No description available
RajdeepDas43
This repository develops a RAG-powered chatbot that answers questions based on a specific PDF document. Key objectives include: Chatbot Development: Chatbot using Retrieval-Augmented Generation (RAG) Dataset Creation, Performance Evaluation
RAG Gemini AI Chatbot. Users can upload PDF, Image to be used as context. Chat history is also available.