{"id":30884320,"url":"https://github.com/dhruvldrp9/docuquest","last_synced_at":"2026-05-18T06:04:41.929Z","repository":{"id":246561978,"uuid":"821462298","full_name":"dhruvldrp9/DocuQuest","owner":"dhruvldrp9","description":"Upload your PDFs to DocuQuest and ask questions to instantly retrieve precise information from your documents, powered by Supabase's vector store.","archived":false,"fork":false,"pushed_at":"2024-07-06T18:55:53.000Z","size":159,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-06T16:55:11.022Z","etag":null,"topics":["chatbot","doc-parser","docuquest","llm","opensource","python","python3","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/dhruvldrp9.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-06-28T15:37:45.000Z","updated_at":"2025-05-24T16:21:39.000Z","dependencies_parsed_at":"2024-06-28T22:34:32.579Z","dependency_job_id":"f51260cf-574d-4a95-9e83-c4b651409888","html_url":"https://github.com/dhruvldrp9/DocuQuest","commit_stats":null,"previous_names":["dhruvldrp9/pdfinsight","dhruvldrp9/docuquest"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dhruvldrp9/DocuQuest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhruvldrp9%2FDocuQuest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhruvldrp9%2FDocuQuest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhruvldrp9%2FDocuQuest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhruvldrp9%2FDocuQuest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dhruvldrp9","download_url":"https://codeload.github.com/dhruvldrp9/DocuQuest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhruvldrp9%2FDocuQuest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33167430,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["chatbot","doc-parser","docuquest","llm","opensource","python","python3","streamlit"],"created_at":"2025-09-08T10:15:45.396Z","updated_at":"2026-05-18T06:04:41.924Z","avatar_url":"https://github.com/dhruvldrp9.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DocuQuest\n\nDocuQuest makes it simple to dive deep into your PDFs. Just upload your documents, and DocuQuest goes to work, pulling out key details using smart technology. It stores everything securely with Supabase, so you can find what you need fast. Whether you're looking for specific answers or exploring new ideas, DocuQuest uses advanced tools to help you uncover insights effortlessly.\n\nDocuQuest is your partner in making document management smarter and more intuitive, putting the power of sophisticated analysis right at your fingertips.\n\n![Project Cover](https://github.com/dhruvldrp9/DocuQuest/blob/main/pdf_qa_website/DCUeest.jpeg)\n\n## Prerequisites\n\nBefore you begin, ensure you have the following installed or set up:\n\n1. **Python 3**: Ensure Python 3 is installed on your system. You can download it from [python.org](https://www.python.org/downloads/).\n\n2. **Supabase Account**: You'll need a Supabase account to use the vector store feature for storing PDFs and enabling search functionality.\n\n3. **Supabase Credentials**: Obtain your Supabase credentials (API keys or tokens) to authenticate your application with Supabase.\n\n   - Sign up for a Supabase account at [supabase.io](https://supabase.io/).\n   - Navigate to your Supabase project and find or generate the necessary API keys or tokens.\n\n## Integration Reference\n\nFor detailed instructions on integrating with Supabase's vector store, refer to the [Supabase Documentation](https://python.langchain.com/v0.2/docs/integrations/vectorstores/supabase/).\n\n## Usage\n\nProvide instructions on how to use your application to interact with the Supabase vector store, such as uploading PDFs and querying documents.\n\n\n## Installation\n\nTo get started with **Project Name**, follow these steps:\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/dhruvldrp9/DocuQuest.git\n   cd your-repository\n2. **Make and activate environment:**\n\n   ```bash\n   python3 -m venv env\n   source env/bin/activate\n3. **Export Supabase credential:**\n\n   ```bash\n   export supabase_url=\"Your_supabase_url\"\n   export supabase_key=\"Your_supabase_key\"\n4. **Install Requirements:**\n\n   ```bash\n   pip install -r requirements.txt\n5. **Run Server:**\n\n   ```bash\n   cd server\n   python3 server_upload_pdf.py\n6. **In other Terminal:**\n\n   ```bash\n   uvicorn server_qa:app --port 8001\n7. **In Other Terminal:**\n   ```bash\n   cd pdf_qa_website\n   python3 manage.py migrate\n   python3 manage.py runserver\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhruvldrp9%2Fdocuquest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhruvldrp9%2Fdocuquest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhruvldrp9%2Fdocuquest/lists"}