An open API service indexing awesome lists of open source software.

https://github.com/hari7261/document-q-a-llm

A document question-answering system that allows users to upload files (PDFs, DOCs, TXTs) and ask questions about their content using RAG (Retrieval-Augmented Generation) with ChromaDB and Gemma.
https://github.com/hari7261/document-q-a-llm

ai ai-agent chat-with-document chat-with-your-data deepmind deepmind-lab document-qa geema3 generative-ai hari7261 ll llm-inference ollama rag rag-chatbot

Last synced: 2 months ago
JSON representation

A document question-answering system that allows users to upload files (PDFs, DOCs, TXTs) and ask questions about their content using RAG (Retrieval-Augmented Generation) with ChromaDB and Gemma.

Awesome Lists containing this project

README

          

# Document-Q-A-LLM

A powerful Document Q&A Assistant using RAG with local LLM processing through Ollama.

## Features
- Upload and process PDF, DOCX and TXT files
- Real-time progress tracking
- Ask questions about your documents
- Local processing with Ollama
- Vector search with ChromaDB

## Installation
```bash
pip install -r requirements.txt
```

## Usage
```bash
streamlit run app.py
```

Made with ❤️ by [Hariom Kumar](https://github.com/hari7261)