diff --git "a/documents/user-guide/\351\203\250\347\275\262\346\214\207\345\215\227/\346\227\240\347\275\221\347\273\234\347\216\257\345\242\203\344\270\213\351\203\250\347\275\262\346\214\207\345\215\227.md" "b/documents/user-guide/\351\203\250\347\275\262\346\214\207\345\215\227/\346\227\240\347\275\221\347\273\234\347\216\257\345\242\203\344\270\213\351\203\250\347\275\262\346\214\207\345\215\227.md" index e88cb934bcfebdc0d535a954e1bdb935e86b0776..cb0e159fd3b367595dcd380adb0c6b28bca50cb9 100644 --- "a/documents/user-guide/\351\203\250\347\275\262\346\214\207\345\215\227/\346\227\240\347\275\221\347\273\234\347\216\257\345\242\203\344\270\213\351\203\250\347\275\262\346\214\207\345\215\227.md" +++ "b/documents/user-guide/\351\203\250\347\275\262\346\214\207\345\215\227/\346\227\240\347\275\221\347\273\234\347\216\257\345\242\203\344\270\213\351\203\250\347\275\262\346\214\207\345\215\227.md" @@ -1,8 +1,8 @@ # openEuler Intelligence 智能助手部署指南 **版本信息** -当前版本:v0.9.6 -更新日期:2025年7月9日 +当前版本:v0.10.0 +更新日期:2025年9月16日 ## 产品概述 @@ -61,7 +61,7 @@ openEuler Intelligence 是一款智能问答工具,使用 openEuler Intelligen #### 获取部署脚本 [openEuler Intelligence 官方 Git 仓库](https://gitee.com/openeuler/euler-copilot-framework) -切换至 master 分支下载 ZIP 并上传至目标服务器: +切换至 release-0.10.0 分支下载 ZIP 并上传至目标服务器: ```bash unzip euler-copilot-framework.tar -d /home @@ -73,7 +73,7 @@ unzip euler-copilot-framework.tar -d /home | 类型 | 资源文件/说明 | |------------|--------------| -| **镜像文件** | `hub.oepkgs.net/neocopilot/euler-copilot-framework:0.9.6-x86/0.9.6-arm`
`hub.oepkgs.net/neocopilot/euler-copilot-web:0.9.6-x86/0.9.6-arm`
`hub.oepkgs.net/neocopilot/data_chain_back_end:0.9.6-x86/0.9.6-arm`
`hub.oepkgs.net/neocopilot/data_chain_web:0.9.6-x86/0.9.6-arm`
`hub.oepkgs.net/neocopilot/authhub:0.9.3-x86`
`hub.oepkgs.net/neocopilot/authhub-web:0.9.3-x86`
`hub.oepkgs.net/neocopilot/opengauss:latest-x86`
`hub.oepkgs.net/neocopilot/redis:7.4-alpine-x86`
`hub.oepkgs.net/neocopilot/mysql:8-x86`
`hub.oepkgs.net/neocopilot/minio:empty-x86`
`hub.oepkgs.net/neocopilot/mongo:7.0.16-x86`
`hub.oepkgs.net/neocopilot/secret_inject:dev-x86` | +| **镜像文件** | `hub.oepkgs.net/neocopilot/euler-copilot-framework:0.10.0-x86/0.10.0-arm`
`hub.oepkgs.net/neocopilot/euler-copilot-web:0.10.0-x86/0.10.0-arm`
`hub.oepkgs.net/neocopilot/data_chain_back_end:0.10.0-x86/0.10.0-arm`
`hub.oepkgs.net/neocopilot/data_chain_web:0.10.0-x86/0.10.0-arm`
`hub.oepkgs.net/neocopilot/authhub:0.9.3-x86`
`hub.oepkgs.net/neocopilot/authhub-web:0.9.3-x86`
`hub.oepkgs.net/neocopilot/opengauss:latest-x86`
`hub.oepkgs.net/neocopilot/redis:7.4-alpine-x86`
`hub.oepkgs.net/neocopilot/mysql:8-x86`
`hub.oepkgs.net/neocopilot/minio:empty-x86`
`hub.oepkgs.net/neocopilot/mongo:7.0.16-x86`
`hub.oepkgs.net/neocopilot/secret_inject:dev-x86` | | **模型文件** | `bge-m3-Q4_K_M.gguf`
`deepseek-llm-7b-chat-Q4_K_M.gguf` | | **工具包** | `helm-v3.15.0-linux-{arm64/amd64}.tar.gz`
`k3s-airgap-images-{arm64/amd64}.tar.zst`
`k3s-{arm64/amd64}`
`k3s-install.sh`
`ollama-linux-{arm64/amd64}.tgz` | diff --git "a/documents/user-guide/\351\203\250\347\275\262\346\214\207\345\215\227/\347\275\221\347\273\234\347\216\257\345\242\203\344\270\213\351\203\250\347\275\262\346\214\207\345\215\227.md" "b/documents/user-guide/\351\203\250\347\275\262\346\214\207\345\215\227/\347\275\221\347\273\234\347\216\257\345\242\203\344\270\213\351\203\250\347\275\262\346\214\207\345\215\227.md" index def52f6863e28a3e5b18e9f566e74b1c9501cfec..621e94e204535822a6a41fbfdc74f3d1150d8ab1 100644 --- "a/documents/user-guide/\351\203\250\347\275\262\346\214\207\345\215\227/\347\275\221\347\273\234\347\216\257\345\242\203\344\270\213\351\203\250\347\275\262\346\214\207\345\215\227.md" +++ "b/documents/user-guide/\351\203\250\347\275\262\346\214\207\345\215\227/\347\275\221\347\273\234\347\216\257\345\242\203\344\270\213\351\203\250\347\275\262\346\214\207\345\215\227.md" @@ -1,8 +1,8 @@ # openEuler Intelligence 智能助手部署指南 **版本信息** -当前版本:v0.9.6 -更新日期:2025年7月9日 +当前版本:v0.10.0 +更新日期:2025年9月16日 ## 产品概述 @@ -61,7 +61,7 @@ openEuler Intelligence 是一款智能问答工具,使用 openEuler Intelligen ```bash cd /home -git clone https://gitee.com/openeuler/euler-copilot-framework.git -b master +git clone https://gitee.com/openeuler/euler-copilot-framework.git -b release-0.10.0 cd euler-copilot-framework/deploy/scripts chmod -R +x ./* ```