Skip to content

Commit 28a2826

Browse files
authored
[app-builder] apply framework 3.5.0-M4 and its FEL and waterflow (#293)
* [app-builder] apply framework 3.5.0-M3 and fix the compile error * [app-builder] fix: unit test failures after framework serialization removes null values * [app-builder] migrate to framework FEL/Waterflow with ToolProvider adaptation * [app-builder] refactor: rename WaterFlowToolProvider appropriately * [app-builder] remove deprecated waterflow code * [app-builder] remove deprecated FEL code * [app-builder] fix: remove duplicate groups in Controller * [app-builder] fix: correct parameter mismatch in aipp error code descriptions * [app-builder] adapter fel model base url * [app-builder] apply framework 3.5.0-M4 * [app-builder] add upgrade SQL supporting baseUrl * [app-builder] clean code --------- Co-authored-by: songyongtan <[email protected]>
1 parent 2039f52 commit 28a2826

File tree

712 files changed

+796
-42687
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

712 files changed

+796
-42687
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,15 @@ Licensed under the MIT License. See License.txt in the project root for license
6666
- 所有 `@param``@return` 的注释,最后都需要根据其类型添加引用,基本类型需要添加 `{@code }` 标记,其他需要添加 `{@link }` 标记。
6767
- 所有半角字符和全角字符之间需要增加一个空格,来使得整体排版规整,方便超长内容的换行。
6868

69+
### 插件sql
70+
71+
- 如果插件包含数据库相关操作,需要在插件的 `resources` 目录下创建 `sql` 目录,其中包含 `schema` 目录(存放创表相关语句)和 `data` 目录(存放预置数据相关的语句)。具体目录格式如下:
72+
```text
73+
sql
74+
├── schema
75+
└── data
76+
```
77+
6978
## 提交规则
7079

7180
### 本地提交配置

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ fit start -Dfit.profiles.active=prod
112112

113113
> 这里直接使用了 `fit` 命令,该命令请参考 `fit-framework` 项目的[指导手册](https://github.com/ModelEngine-Group/fit-framework/blob/main/docs/framework/fit/java/quick-start-guide/03.%20%E4%BD%BF%E7%94%A8%E6%8F%92%E4%BB%B6%E7%9A%84%E7%83%AD%E6%8F%92%E6%8B%94%E8%83%BD%E5%8A%9B.md)
114114
>
115-
> 当前,`app-platform` 使用了 `fit` 的 3.5.0-M2 版本,因此,如果采用手动编译,需要在 `fit-framework` 仓库中切换到 `v3.5.0-M2` 标签处进行编译构建操作。
115+
> 当前,`app-platform` 使用了 `fit` 的 3.5.0-M4 版本,因此,如果采用手动编译,需要在 `fit-framework` 仓库中切换到 `v3.5.0-M4` 标签处进行编译构建操作。
116116
117117
---------
118118

app-builder/fel/java/fel-community/model-openai/pom.xml

Lines changed: 0 additions & 110 deletions
This file was deleted.

0 commit comments

Comments
 (0)