Skip to content
#

document-chatbot

Here are 22 public repositories matching this topic...

🚀 Revolutionize your data interaction with a cutting-edge chatbot built on Retrieval-Augmented Generation (RAG) and OpenAI’s GPT-4. Upload documents, create custom knowledge bases, and get precise, contextual answers. Ideal for research, business operations, customer support, and more!

  • Updated Sep 11, 2024
  • HTML

Fully local Retrieval-Augmented Generation (RAG) chatbot powered by FAISS vector search and Ollama LLMs. Supports PDF, TXT, and Markdown ingestion, fast similarity search, model switching, and intelligent document-aware Q&A. Everything runs locally with zero external API calls, wrapped in a clean Streamlit interface.

  • Updated Nov 14, 2025
  • Python

Chatbot baseado em PDFs usando RAG (embeddings + busca vetorial). Pipeline reprodutível: extração de texto (pypdf) → chunking → embeddings (sentence-transformers/all-MiniLM-L6-v2) → indexação e busca top‑k com FAISS → interface interativa em Streamlit para perguntas e respostas fundamentadas nos documentos. Inclui README c/prints+5 exemplos(PT/ES).

  • Updated Feb 18, 2026
  • Python

Improve this page

Add a description, image, and links to the document-chatbot 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-chatbot topic, visit your repo's landing page and select "manage topics."

Learn more