diff --git a/README.md b/README.md index 9ea05161..5e7bc183 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,7 @@ ## 生态系统 +* AI 模块: * 分布式微服务(Spring Cloud): * Flowable业务流程引擎(BPM): * 多站点内容管理模块(CMS): @@ -135,8 +136,8 @@ ### 在线演示 -1. 全栈版地址: -2. Vue3分离版地址: +1. Vue3版地址: +2. 全栈版地址: ### 本地运行 diff --git a/modules/cms-ai/README.md b/modules/cms-ai/README.md index 1cd247fa..ba18499d 100644 --- a/modules/cms-ai/README.md +++ b/modules/cms-ai/README.md @@ -1,37 +1,4 @@ -## 技术交流 - -* 官方网站: -* 使用文档: -* 问题反馈: [【新手必读】](https://gitee.com/thinkgem/jeesite5/issues/I18ARR) -* 需求收集: -* 联系我们: -* 关注微信公众号,了解最新动态: - -

   - JeeSite微信公众号 -

- -* QQ 群:`127515876`、`209330483`、`223507718`、`709534275`、`730390092`、`1373527`、`183903863(外包)` -* 微信群:如果二维码过期,请尝试刷新图片,或者添加客服微信 jeesitex 邀请您进群 - -

   - JeeSite微信群 -

- -* 源码仓库地址: - [Gitee](https://gitee.com/thinkgem/jeesite5)、 - [GitCode](https://gitcode.com/thinkgem/jeesite5)、 - [GitHub](https://github.com/thinkgem/jeesite5) -* 分离版源码仓库地址: - [Gitee](https://gitee.com/thinkgem/jeesite-vue)、 - [GitCode](https://gitcode.com/thinkgem/jeesite-vue)、 - [GitHub](https://github.com/thinkgem/jeesite-vue) -* 源码合集仓库地址: - [GVP](https://gitee.com/thinkgem/jeesite/tree/v5.springboot3)、 - [G-Star](https://gitcode.com/thinkgem/jeesite/overview?ref=v5.springboot3)、 - [GitHub](https://github.com/thinkgem/jeesite/tree/v5.springboot3) - ## 模块简介 本模块基于 Spring AI 和 JeeSite 内容管理系统(CMS)并结合了检索增强生成(Retrieval-Augmented Generation, RAG)技术 @@ -49,6 +16,10 @@ 优势:本模块结构清晰,代码简洁易懂,不管是正式项目、或是学习 AI 技术、都能轻松应对读懂源代码。 +## 在线演示 + + + ## AI 模型配置 支持的 AI 模型列表: @@ -136,7 +107,9 @@ CREATE TABLE IF NOT EXISTS vector_store_1024 ( CREATE INDEX ON vector_store_1024 USING HNSW (embedding vector_cosine_ops); ``` -## 创建菜单 +## 创建 AI 菜单 + +系统管理 -> 系统设置 -> 菜单管理 -> 新增 * 菜单名称:AI 助手 * 菜单地址:/cms/chat/index