app-builder icon indicating copy to clipboard operation
app-builder copied to clipboard

appbuilder-sdk, 千帆AppBuilder-SDK帮助开发者灵活、快速的搭建AI原生应用

Results 42 app-builder issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/baidubce/app-builder/assets/106944736/8d0acb2c-f5cf-4f03-83bb-66162b710eb1)

目前版本SDK导入Excel模板文档会将其当作普通文档进行处理,从AppBuilder控制台上传就是正常的处理方式,请问什么时候可以支持该功能

as baidu bce only supports elasticsearch up to version 7.10, allows 'elasticsearch7' package to be used instead of the default 'elasticsearch' to avoid conflicts with other incompatible versions like elasticsearch...

ERNIE Speed-AppBuilder用不了,ERNIE-Bot 4.0调用太慢,ERNIE-Bot和ERNIE-Bot-turbo效果差,所以GBI什么时候能升级一下

用户示例代码 ```python import appbuilder from appbuilder import LangChainToolWrapper from langchain_community.tools import ShellTool # 使用LangChain的ShellTool插件 component = LangChainToolWrapper(langchain_tool = ShellTool()) query = appbuilder.Message("echo 'hello world' && time") answer = component.run(query) print(answer.content)...

/home/bjadks/.conda/envs/rag/lib/python3.10/site-packages/appbuilder/core/constants.py