{"id":30690224,"url":"https://github.com/viraj-gavade/rag-document-q-a","last_synced_at":"2026-04-18T02:31:07.979Z","repository":{"id":310156796,"uuid":"1037968667","full_name":"viraj-gavade/RAG-Document-Q-A","owner":"viraj-gavade","description":"A Streamlit-based application for Question \u0026 Answering over research papers using Retrieval-Augmented Generation (RAG) and LLMs.","archived":false,"fork":false,"pushed_at":"2025-08-16T04:21:14.000Z","size":2300,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-02T02:24:08.723Z","etag":null,"topics":["langchain","python","rag","streamlit"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/viraj-gavade.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-14T12:07:24.000Z","updated_at":"2025-08-16T04:21:44.000Z","dependencies_parsed_at":"2025-08-16T16:32:14.916Z","dependency_job_id":null,"html_url":"https://github.com/viraj-gavade/RAG-Document-Q-A","commit_stats":null,"previous_names":["viraj-gavade/rag-document-q-a"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/viraj-gavade/RAG-Document-Q-A","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viraj-gavade%2FRAG-Document-Q-A","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viraj-gavade%2FRAG-Document-Q-A/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viraj-gavade%2FRAG-Document-Q-A/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viraj-gavade%2FRAG-Document-Q-A/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/viraj-gavade","download_url":"https://codeload.github.com/viraj-gavade/RAG-Document-Q-A/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viraj-gavade%2FRAG-Document-Q-A/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31953751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["langchain","python","rag","streamlit"],"created_at":"2025-09-02T02:10:00.835Z","updated_at":"2026-04-18T02:31:07.973Z","avatar_url":"https://github.com/viraj-gavade.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RAG Document Q\u0026A\n\nA Streamlit-based application for Question \u0026 Answering over research papers using Retrieval-Augmented Generation (RAG) and LLMs.\n\n## Features\n- Upload multiple PDF research papers.\n- Vector embedding creation using HuggingFace models.\n- Semantic search and retrieval using FAISS.\n- LLM-powered Q\u0026A (Groq's Gemma2-9b-it).\n- Document similarity search for context.\n\n## How It Works\n1. **Upload PDFs**: Add your research papers via the UI.\n2. **Vectorization**: PDFs are split, embedded, and stored in a FAISS vector database.\n3. **Ask Questions**: Enter queries to get answers based on the uploaded documents.\n4. **Contextual Results**: View document snippets most relevant to your query.\n\n## Setup\n1. Clone this repo.\n2. Install dependencies:\n   ```powershell\n   pip install -r requirements.txt\n   ```\n3. Add a `.env` file with your Groq API key:\n   ```env\n   GROQ_API_KEY=your_groq_api_key_here\n   ```\n4. Run the app:\n   ```powershell\n   streamlit run app.py\n   ```\n\n## Folder Structure\n- `app.py` : Main Streamlit app.\n- `requirements.txt` : Python dependencies.\n- `research_papers/` : Example PDFs for testing.\n\n## Requirements\nSee `requirements.txt` for all Python packages.\n\n## Example PDFs\n- `Attention.pdf`\n- `LLM.pdf`\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviraj-gavade%2Frag-document-q-a","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviraj-gavade%2Frag-document-q-a","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviraj-gavade%2Frag-document-q-a/lists"}