Skip to content

Commit 83e39f1

Browse files
authored
update api_change_log (#3337)
1 parent 0c6ea36 commit 83e39f1

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

docs/API_change_log/v3.0.0rc.en.md

+10
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,13 @@
109109

110110
- **Updated Features**:
111111
- Supports more inference hyperparameter settings, such as document preprocessing, text recognition, and model post-processing parameter settings, all of which can be configured in the pipeline configuration file.
112+
113+
### 3.5 PP-ChatOCRv3-doc Pipeline
114+
115+
- **New Features**:
116+
- Supports standard OpenAI API calls, which can be controlled through relevant parameters in the configuration file.
117+
- Allows switching large language models during Chat API calls by passing the relevant configuration through the API call parameters.
118+
119+
- **Updated Features**:
120+
- Inference Module Initialization: Supports initialization of the inference module upon its first invocation, eliminating the need for full initialization at production line startup.
121+
- Vector Library: Enables setting block size for long text and removes the control of interval duration between vector library calls.

docs/API_change_log/v3.0.0rc.md

+10
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,13 @@
109109

110110
- **更新功能**:
111111
- 支持更多推理超参数设置,如文档预处理、文本识别及模型后处理参数设置,均可在产线配置文件中进行设置。
112+
113+
### 3.5 PP-ChatOCRv3-doc 产线
114+
115+
- **新增功能**:
116+
- 支持标准 OpenAI API 接口调用,可通过配置文件中相关参数控制。
117+
- 支持在 Chat 接口调用时更换大语言模型,可通过接口调用参数传入相关配置。
118+
119+
- **更新功能**:
120+
- 推理模块初始化:支持推理模块首次调用时进行初始化,无需在产线启动时全部初始化。
121+
- 向量库:支持设置长文本分块大小,去除了调用向量库间隔时长控制。

0 commit comments

Comments
 (0)