Skip to content

Commit

Permalink
add base code (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChengmo authored Jan 24, 2025
1 parent 2e294fc commit 0ef7cda
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ AppBuilder-SDK不仅提供了百度智能云提供的基础能力组件,同时

## 如何安装AppBuilder-SDK

#### 百度智能云千帆AppBuilder-SDK 最新版本 1.0.1 (2025-01-16)
#### 百度智能云千帆AppBuilder-SDK 最新版本 1.0.2 (2025-01-24)

百度智能云千帆AppBuilder-SDK 更新记录&最新特性请查阅我们的[版本说明](/docs/DevelopGuide/ChangeLog/changelog.md)

Expand Down
6 changes: 5 additions & 1 deletion docs/DevelopGuide/ChangeLog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,8 @@
* Agent Python SDK支持Async调用
* 新增滚动日志功能
* **2025.01.16 v1.0.1版本发布** [ReleaseNote](https://github.com/baidubce/app-builder/releases/tag/1.0.1)
* 修复1.0.0中的Python SDK流式调用慢问题
* 修复1.0.0中的Python SDK流式调用慢问题
* **2025.01.24 v1.0.2版本发布** [ReleaseNote](https://github.com/baidubce/app-builder/releases/tag/1.0.2)
* 升级KnowledgebaseClient,同步更新OpenAPI的入参
* 升级KnowledgebaseClient,同步更新知识库创建入参
* 升级ComponentClient,同步更新OpenAPI的出参
2 changes: 1 addition & 1 deletion docs/README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Baidu AI Cloud Qianfan AppBuilder-SDK offers the following essential features fo

## How to install?

#### The latest version of Baidu AI Cloud Qianfan AppBuilder SDK is 1.0.1 (2025-01-16)
#### The latest version of Baidu AI Cloud Qianfan AppBuilder SDK is 1.0.2 (2025-01-24)

Baidu AI Cloud Qianfan AppBuilder SDK ReleaseNote please refer to our [version description](/docs/DevelopGuide/ChangeLog/changelog.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Baidu AI Cloud Qianfan AppBuilder-SDKは、AIアプリケーション開発者

## どのようにインストールしますか?

#### Baidu AI Cloud Qianfan AppBuilder SDKの最新バージョンは1.0.1(2025-01-16)です
#### Baidu AI Cloud Qianfan AppBuilder SDKの最新バージョンは1.0.2(2025-01-24)です

Baidu AI Cloud Qianfan AppBuilder SDKのリリースノートについては、[バージョン説明](DevelopGuide/ChangeLog/changelog.md)をご覧ください。

Expand Down
2 changes: 1 addition & 1 deletion docs/Tools/SphinxSh/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
project = 'Appbuilder-SDK'
copyright = '2024, baidubce'
author = 'baidubce'
release = '1.0.1'
release = '1.0.2'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.


__version__ = '1.0.1'
__version__ = '1.0.2'

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
setup(
name="appbuilder-sdk",
# NOTE(chengmo): 修改此版本号时,请注意同时修改 __init__.py 中的 __version__
version="1.0.1",
version="1.0.2",
author="dongdaxiang",
author_email="[email protected]",
packages=packages,
Expand Down

0 comments on commit 0ef7cda

Please sign in to comment.