Skip to content

Commit

Permalink
update version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChengmo committed Mar 20, 2024
1 parent aa1114a commit eb32ffd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,25 @@ AppBuilder SDK面向开发者提供AI原生应用一站式开发工具,包括
## News
* **[云端快速创建RAG、Agent、GBI等应用](https://console.bce.baidu.com/ai_apaas/app)**
* **[官方组件列表](https://cloud.baidu.com/doc/AppBuilder/s/Glqb6dfiz#%E5%BC%80%E5%8F%91%E7%BB%84%E4%BB%B6)**
* **v0.1.0版本发布**[Release Notes](https://github.com/baidubce/app-builder/releases/tag/0.1.0)
* 2023.12.19初始版本发布,基础云组件支持包括BES;AI能力引擎语音、视觉类10个能力,大模型相关RAG、文本生成能力19个。
* **v0.2.0版本发布** [Release Notes](https://github.com/baidubce/app-builder/releases/tag/0.2.0)
* 2024.01.03发布,核心升级点GBI相关组件新增,v0.1.0遗留问题修复
* **v0.3.0版本发布**
* **2023.12.19 v0.1.0版本发布**[Release Notes](https://github.com/baidubce/app-builder/releases/tag/0.1.0)
* 初始版本发布,基础云组件支持包括BES;AI能力引擎语音、视觉类10个能力,大模型相关RAG、文本生成能力19个。
* **2024.01.03 v0.2.0版本发布** [Release Notes](https://github.com/baidubce/app-builder/releases/tag/0.2.0)
* 核心升级点GBI相关组件新增,v0.1.0遗留问题修复
* **2024.01.26 v0.3.0版本发布** [Release Notes](https://github.com/baidubce/app-builder/releases/tag/0.3.0)
* 新增组件:新增了百度搜索rag组件(RAGwithBaiduSearch)。[Cookbook](https://github.com/baidubce/app-builder/blob/master/cookbooks/rag_with_baidusearch.ipynb)
* AgentRuntime更新:1) AgentBase 更名为 AgentRuntime,并增强了数据管理能力。2) AgentRuntime添加了对LLMMessage.extra字段的支持,增加了create_flask_app用于WSGI服务器运行服务,修复了UserSession重复初始化的问题。[Cookbook](https://github.com/baidubce/app-builder/blob/master/cookbooks/agent_runtime.ipynb)
* 模型列表获取:与千帆大模型平台模型名打通,可动态获取当前账号模型名,并在组件中使用[获取模型列表](https://github.com/baidubce/app-builder/blob/master/README.md#%E6%A8%A1%E5%9E%8B%E5%88%97%E8%A1%A8)
* 可通过官方镜像开发和运行实例代码[二次开发](https://github.com/baidubce/app-builder/blob/master/README.md#%E4%BA%8C%E6%AC%A1%E5%BC%80%E5%8F%91)
* **v0.4.0版本发布**
* **2024.02.27 v0.4.0版本发布** [Release Note](https://github.com/baidubce/app-builder/releases/tag/0.4.0)
* AppBuilder Console SDK发布[知识集合Cookbook](https://github.com/baidubce/app-builder/blob/master/cookbooks/console_dataset.ipynb)[RAG调用Cookbook](https://github.com/baidubce/app-builder/blob/master/cookbooks/console_rag.ipynb)
* 大模型组件新增:Excel2Figure(基于Excel信息画图表)
* AI能力引擎组件新增&更新:植物识别、动物识别、表格文字识别V2、手写文字识别、二维码识别、身份证混贴识别、文档矫正识别、图像内容理解、流式TTS
* AgentRuntime:新增[Cookbook](https://github.com/baidubce/app-builder/blob/master/cookbooks/agent_runtime.ipynb)
* **v0.4.1版本发布**
* **2024.03.13 v0.4.1版本发布** [ReleaseNote](https://github.com/baidubce/app-builder/releases/tag/0.4.1)
* 支持以下功能进行FunctionCall调用:动植物识别、表格文字识别、条形码及二维码识别、身份证混贴识别、手写文字识别、text2image、excel2figure

* **2024.03.20 v0.5.0版本发布** [ReleaseNote](https://www.baidu.com/)
* AgentBuilder ConsoleSDK发布 [Agent调用CookBook](https://www.baidu.com/)
* AI能力引擎组件新增:向量检索-VDB
* 支持以下功能进行FunctionCall调用:文本翻译-通用版、通用物体和场景识别-高级版、通用文字识别-高精度版、短语音识别-极速版
## 教程与文档

* **预备步骤**
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name='appbuilder-sdk',
version='0.4.1',
version='0.5.0',
author='dongdaxiang',
author_email='[email protected]',
packages=find_packages(),
Expand Down

0 comments on commit eb32ffd

Please sign in to comment.