{"id":17859157,"url":"https://github.com/vishnun0027/document-chatbot","last_synced_at":"2026-04-05T21:03:37.619Z","repository":{"id":259735794,"uuid":"879302676","full_name":"vishnun0027/Document-ChatBot","owner":"vishnun0027","description":"A Document ChatBot based on Conversational RAG(Retrieval-augmented generation) that retrieves and summarizes information from uploaded documents ","archived":false,"fork":false,"pushed_at":"2024-10-27T15:22:59.000Z","size":233,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T09:47:21.497Z","etag":null,"topics":["conversational-rag","document-chatbot","langchain","llm","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/vishnun0027.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}},"created_at":"2024-10-27T14:56:22.000Z","updated_at":"2024-11-30T16:13:37.000Z","dependencies_parsed_at":"2024-10-27T17:51:22.442Z","dependency_job_id":"593bf0e0-4e3a-4bcb-9523-745a45e1f12e","html_url":"https://github.com/vishnun0027/Document-ChatBot","commit_stats":null,"previous_names":["vishnun0027/document-chatbot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishnun0027%2FDocument-ChatBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishnun0027%2FDocument-ChatBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishnun0027%2FDocument-ChatBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishnun0027%2FDocument-ChatBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vishnun0027","download_url":"https://codeload.github.com/vishnun0027/Document-ChatBot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246877335,"owners_count":20848345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["conversational-rag","document-chatbot","langchain","llm","python","rag","streamlit"],"created_at":"2024-10-28T06:03:18.917Z","updated_at":"2025-12-30T21:45:58.417Z","avatar_url":"https://github.com/vishnun0027.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Document ChatBot\n\n ### Conversational RAG\nA Document ChatBot based on Conversational RAG(Retrieval-augmented generation) that retrieves and summarizes information from uploaded documents (PDF files or URLs). \nIt provides concise, context-based answers to user questions by analyzing the contents of the uploaded files or web pages.\n![Screenshot](./img/Screenshot.png)\n## Features\n\n- **Document Retrieval**: Upload PDF files or provide URLs to retrieve content.\n- **Conversational RAG**: Uses Retrieval-Augmented Generation to offer more accurate, context-aware answers.\n- **Contextualized Question Reformulation**: Rephrases questions for standalone clarity, retaining chat history context.\n- **Concise Responses**: Generates short, clear answers, using minimal text for easy readability.\n- **Session Management**: Independently manages chat history and session data.\n\n## Installation\n\nTo get started with the PDF Q\u0026A System, follow these steps:\n\n2.Clone the repository:\n   ```bash\n      git clone https://github.com/vishnun0027/Document-ChatBot.git\n      cd Document-ChatBot\n   ```\n2.Install the required packages:\n```bash\n   pip install -r requirements.txt\n```\n3.Set up environment variables: Create a .env file in the root directory of the project and add your API keys:\n```bash\n   GROQ_API_KEY=your_groq_api_key\n   HF_API_KEY=your_hugging_face_api_key\n```\n\n## Usage\n1. Run the Streamlit application:\n\n2. run app\n```gash\n   streamlit run bot.py\n```\n\n\n3. Upload a PDF:\nUse the sidebar to upload your PDF/link of document.\n\n4. Ask Questions in chat:\nAfter processing, enter your questions in the chat input field to receive answers based on the content of the document.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishnun0027%2Fdocument-chatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvishnun0027%2Fdocument-chatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishnun0027%2Fdocument-chatbot/lists"}