{"id":32004440,"url":"https://github.com/theodoreniu/graphrag_webui","last_synced_at":"2025-10-15T17:38:36.036Z","repository":{"id":269641728,"uuid":"908076352","full_name":"theodoreniu/graphrag_webui","owner":"theodoreniu","description":"A web interface for GraphRAG. 🚀","archived":false,"fork":false,"pushed_at":"2025-04-26T05:09:59.000Z","size":1235,"stargazers_count":8,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-07T18:58:02.619Z","etag":null,"topics":["graphrag","llm","rag"],"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/theodoreniu.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":"2024-12-25T04:10:22.000Z","updated_at":"2025-04-26T05:10:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"136f3301-8a2a-4c6a-959a-31ffc31db2f4","html_url":"https://github.com/theodoreniu/graphrag_webui","commit_stats":null,"previous_names":["theodoreniu/graphrag_webui"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/theodoreniu/graphrag_webui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodoreniu%2Fgraphrag_webui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodoreniu%2Fgraphrag_webui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodoreniu%2Fgraphrag_webui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodoreniu%2Fgraphrag_webui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theodoreniu","download_url":"https://codeload.github.com/theodoreniu/graphrag_webui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodoreniu%2Fgraphrag_webui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279096614,"owners_count":26102612,"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","status":"online","status_checked_at":"2025-10-15T02:00:07.814Z","response_time":56,"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":["graphrag","llm","rag"],"created_at":"2025-10-15T17:38:31.944Z","updated_at":"2025-10-15T17:38:36.031Z","avatar_url":"https://github.com/theodoreniu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GraphRAG WebUI 🙋\n\nA web interface for [GraphRAG](https://github.com/microsoft/graphrag).\n\nOur team members:\n\n- [@Shuang](https://github.com/Shuang-MS)\n- [@Tron](https://github.com/tron19920125)\n- [@Alfred](https://github.com/alfredzouang)\n\n## Cloud Resources\n\nTo deploy and run this solution, the following resources need to be activated:\n\n- [Azure Virtual Machines](https://portal.azure.com/#browse/Microsoft.Compute%2FVirtualMachines)\n- [AI Search](https://portal.azure.com/#view/Microsoft_Azure_ProjectOxford/CognitiveServicesHub/~/CognitiveSearch)\n- [Azure OpenAI](https://portal.azure.com/#view/Microsoft_Azure_ProjectOxford/CognitiveServicesHub/~/OpenAI)\n- [Document intelligence](https://portal.azure.com/#view/Microsoft_Azure_ProjectOxford/CognitiveServicesHub/~/FormRecognizer)\n\n## Requirements\n\n- Ubuntu 24\n  - [Azure Virtual Machines](https://portal.azure.com/#browse/Microsoft.Compute%2FVirtualMachines)\n- Docker \u0026 Docker Compose\n  - [Install Docker Engine on Ubuntu](https://docs.docker.com/engine/install/ubuntu/)\n- [Azure CLI](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli)\n\n## Install Docker \u0026 Docker Compose\n\n```bash\nsudo apt update -y\nsudo snap install docker\nsudo apt install docker-compose -y\n```\n\n## Set Authentication (Optional)\n\nIf you want to set authentication, copy and set your config.yaml:\n\n```bash\ncp config.yaml.example config.yaml\n```\n\n## Start App\n\n```bash\nbash start.sh\n```\n\nWhen the applications are started, you will have access to 2 URLs:\n\n- Management App: \u003chttp://localhost:9000/\u003e\n  - OR \u003chttp://{your-vm-ip}:9000/\u003e\n- API Documentation: \u003chttp://localhost:9000/docs\u003e\n  - OR \u003chttp://{your-vm-ip}:9000/docs\u003e\n\n## Update GraphRAG WebUI\n\n```bash\nbash update.sh\n```\n\n## Make App as system Service\n\nIf you want to make the app as your service, run:\n\n```bash\nbash service.sh\n```\n\n## Deploy to production environment\n\nBefore deploying the applications, run:\n\n```bash\naz login\n```\n\n### Deploy API\n\nYou need copy env file and update first.\n\n```bash\ncp .env.example .env\n```\n\nDeploy API:\n\n```bash\nbash deploy_api.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheodoreniu%2Fgraphrag_webui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheodoreniu%2Fgraphrag_webui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheodoreniu%2Fgraphrag_webui/lists"}