You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ask‑Docs is an app that lets you upload documents (PDF, DOC/DOCX, TXT), extracts their text in the browser, and asks questions powered by OpenAI GPT‑5. Answers are grounded to the uploaded document content and include clear fallback behavior when the answer isn’t in the file.
DocChat RAG is a lightweight AI-powered document assistant built with Python and vanilla JavaScript. It supports PDF/TXT uploads, semantic search, and context-aware question answering using RAG architecture, SQLite vector storage, and Groq/OpenAI APIs without heavy frameworks or external databases.
🚀 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!
Production-ready Generative AI RAG system that enables intelligent document querying using LangChain, Gemini LLM, FAISS vector search, and HuggingFace embeddings with source-aware responses.
chatPdf is an AI-powered document Q&A system that allows users to upload PDF, PPTX, or DOCX files, ask questions, and receive comprehensive answers based on the document's content.
SparkDocs is an AI-powered document Q&A system that allows users to upload PDF, PPTX, or DOCX files, ask questions, and receive comprehensive answers based on the document's content.
DocuChat is a document chat application that allows you to have conversations with your documents, powered by a serverless vector database for scalable, efficient retrieval. Upload your files and ask questions in natural language to get answers based on their content.
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.
AI-powered document question answering system using Retrieval-Augmented Generation (RAG). Upload PDFs, retrieve relevant content using embeddings + FAISS, and generate contextual answers with Gemini LLM using Streamlit.