{"id":30113884,"url":"https://github.com/dataease/sqlbot","last_synced_at":"2025-08-10T07:35:51.755Z","repository":{"id":308485567,"uuid":"969892666","full_name":"dataease/SQLBot","owner":"dataease","description":"基于大模型和 RAG 的智能问数系统","archived":false,"fork":false,"pushed_at":"2025-08-06T07:12:39.000Z","size":19640,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-08-06T08:17:58.932Z","etag":null,"topics":["chatbi","deepseek","llm","nl2sql","rag","sqlbot","text-to-sql","text2sql"],"latest_commit_sha":null,"homepage":"https://dataease.cn/sqlbot/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dataease.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-04-21T05:33:53.000Z","updated_at":"2025-08-06T08:13:13.000Z","dependencies_parsed_at":"2025-08-06T08:28:16.532Z","dependency_job_id":null,"html_url":"https://github.com/dataease/SQLBot","commit_stats":null,"previous_names":["dataease/sqlbot"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dataease/SQLBot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataease%2FSQLBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataease%2FSQLBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataease%2FSQLBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataease%2FSQLBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dataease","download_url":"https://codeload.github.com/dataease/SQLBot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataease%2FSQLBot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269693465,"owners_count":24460229,"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-08-10T02:00:08.965Z","response_time":71,"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":["chatbi","deepseek","llm","nl2sql","rag","sqlbot","text-to-sql","text2sql"],"created_at":"2025-08-10T07:35:49.820Z","updated_at":"2025-08-10T07:35:51.734Z","avatar_url":"https://github.com/dataease.png","language":"Vue","readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://resource-fit2cloud-com.oss-cn-hangzhou.aliyuncs.com/sqlbot/sqlbot.png\" alt=\"SQLBot\" width=\"300\" /\u003e\u003c/p\u003e\n\u003ch3 align=\"center\"\u003e基于大模型和 RAG 的智能问数系统\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/dataease/SQLBot/releases/latest\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/dataease/SQLBot\" alt=\"Latest release\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/dataease/SQLBot\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/dataease/SQLBot?color=%231890FF\u0026style=flat-square\" alt=\"Stars\"\u003e\u003c/a\u003e    \n  \u003ca href=\"https://hub.docker.com/r/dataease/SQLbot\"\u003e\u003cimg src=\"https://img.shields.io/docker/pulls/dataease/sqlbot?label=downloads\" alt=\"Download\"\u003e\u003c/a\u003e\u003cbr/\u003e\n\n\u003c/p\u003e\n\u003chr/\u003e\n\nSQLBot 是一款基于大模型和 RAG 的智能问数系统。SQLBot 的优势包括：\n\n- **开箱即用**: 只需配置大模型和数据源即可开启问数之旅，通过大模型和 RAG 的结合来实现高质量的 text2sql；\n- **易于集成**: 支持快速嵌入到第三方业务系统，也支持被 n8n、MaxKB、Dify、Coze 等 AI 应用开发平台集成调用，让各类应用快速拥有智能问数能力；\n- **安全可控**: 提供基于工作空间的资源隔离机制，能够实现细粒度的数据权限控制。\n\n## 快速开始\n\n### 安装部署\n\n准备一台 Linux 服务器，执行以下一键安装脚本。  \n在运行 SQLBot 前，请确保已安装好 [Docker](https://docs.docker.com/get-docker/) 和 [Docker Compose](https://docs.docker.com/compose/install/)。\n\n```bash\n# 创建目录\nmkdir -p /opt/sqlbot\ncd /opt/sqlbot\n\n# 下载 docker-compose.yaml\ncurl -o docker-compose.yaml https://raw.githubusercontent.com/dataease/SQLBot/main/docker-compose.yaml\n\n# 启动服务\ndocker compose up -d\n```\n\n你也可以通过 [1Panel 应用商店](https://apps.fit2cloud.com/1panel) 快速部署 SQLBot；\n\n### 访问方式\n\n- 在浏览器中打开: http://\u003c你的服务器IP\u003e:8000/\n- 用户名: admin\n- 密码: SQLBot@123456\n\n### 联系我们\n\n如你有更多问题，可以加入我们的技术交流群与我们交流。\n\n\u003cimg width=\"396\" height=\"396\" alt=\"contact_me_qr\" src=\"https://github.com/user-attachments/assets/2594ff29-5426-4457-b051-279855610030\" /\u003e\n\n\n## UI 展示\n\n  \u003ctr\u003e\n    \u003cimg alt=\"q\u0026a\" src=\"https://github.com/user-attachments/assets/55526514-52f3-4cfe-98ec-08a986259280\"   /\u003e\n  \u003c/tr\u003e\n\n## Star History\n\n[![Star History Chart](https://api.star-history.com/svg?repos=dataease/sqlbot\u0026type=Date)](https://www.star-history.com/#dataease/sqlbot\u0026Date)\n\n## 飞致云旗下的其他明星项目\n\n- [DataEase](https://github.com/dataease/dataease/) - 人人可用的开源 BI 工具\n- [1Panel](https://github.com/1panel-dev/1panel/) - 现代化、开源的 Linux 服务器运维管理面板\n- [MaxKB](https://github.com/1panel-dev/MaxKB/) - 强大易用的企业级智能体平台\n- [JumpServer](https://github.com/jumpserver/jumpserver/) - 广受欢迎的开源堡垒机\n- [Halo](https://github.com/halo-dev/halo/) - 强大易用的开源建站工具\n- [MeterSphere](https://github.com/metersphere/metersphere/) - 新一代的开源持续测试工具\n\n## License\n\n本仓库遵循 [FIT2CLOUD Open Source License](LICENSE) 开源协议，该许可证本质上是 GPLv3，但有一些额外的限制。\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataease%2Fsqlbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdataease%2Fsqlbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataease%2Fsqlbot/lists"}