Skip to content

Releases: PaddlePaddle/ERNIE-SDK

ERNIE-Bot-SDK v0.5.0

04 Jan 12:24
Compare
Choose a tag to compare

ERNIE Bot SDK新增了ERNIE Bot Agent子项目,ERNIE Bot子项目也在持续迭代。
ERNIE Bot Agent是百度飞桨推出的大模型智能体开发框架,具有文心大模型的编排调度能力,结合飞桨星河社区丰富的预置能力,助力大家低门槛开发大模型智能体。

ERNIE Bot Agent

  • 强大的编排能力:基于Function Calling机制,提供强大的多工具编排和自动调度能力,支持工具、知识库等组件的混合编排
  • 丰富的预置工具:一行代码加载使用星河社区的30+预置工具,支持自定义本地和远程工具
  • 易用的知识库:提供了开箱即用的平台化知识库(文心百中),支持二次开发使用langchainllama_index等作为知识库
  • 零代码开发界面:在星河社区提供了零代码界面的构建工具,简单点击配置即可开发智能体应用
  • 低代码开发界面:10行代码可以快速开发一个智能体应用,低门槛使用AgentModelMemoryRetrieval等模块

ERNIE Bot

  • 新增支持ernie-longtext模型
  • 调整文心大模型名称为ernie-3.5, ernie-turbo,ernie-4.0, ernie-longtext
  • 优化性能和资源,在响应处理完毕后及时关闭连接
  • 新增接口的type hints,以便下游应用进行静态类型检查

ERNIE-Bot-SDK v0.4.0

24 Oct 08:58
238e893
Compare
Choose a tag to compare

Features

  • Chat Completion supports the ernie-bot-4 model.
  • Added EBResponse.get_result API to fetch key information from the response.

特性

  • 对话补全任务新增支持文心大模型4.0 ernie-bot-4
  • 新增EBResponse.get_result接口,支持从响应中取出关键字段

ERNIE-Bot-SDK v0.3.0

18 Sep 13:25
f0f05ae
Compare
Choose a tag to compare

Features

  • Add a gradio demo to demonstrate the usage of function calling.
  • Refine the response and authentication document for AI Studio backend.

特性

  • 新增Function Calling功能演示的Gradio Demo
  • 优化AI Studio后端的返回结果和鉴权文档

ERNIE-Bot-SDK v0.2.0

08 Sep 10:20
48f1910
Compare
Choose a tag to compare

Features

  • Add the AI Studio backend, which supports chat completion and text embedding models.

特性

  • 新增AI Studio后端,支持对话补全和语义向量模型

ERNIE-Bot-SDK v0.1.0

31 Aug 14:27
cceb879
Compare
Choose a tag to compare

Features

  • ERNIE Bot SDK provides Python APIs and command-line interfaces to use ERNIE models.
  • ERNIE Bot SDK supports several ERNIE models for chat completion, image generation, and text embedding generation.
  • Released a Gradio application based on ERNIE Bot SDK.

特性

  • ERNIE Bot SDK发布调用文心大模型的Python接口和命令行接口。
  • ERNIE Bot SDK支持调用对话补全、文生图、语义向量获取等文心大模型。
  • 发布基于ERNIE Bot SDK的Gradio可视化应用,可以快速体验丰富的功能。