Qianfan

Latest version: v0.3.14

Safety actively analyzes 634607 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 8

0.2.0

What's Changed
* fix: cookbook version by danielhjz in https://github.com/baidubce/bce-qianfan-sdk/pull/80
* cookbook: add batch prediction and eb search example by ZingLix in https://github.com/baidubce/bce-qianfan-sdk/pull/84
* update: langchain_agent_with_qianfan_llm.ipynb using newest agent syntax by Dobiichi-Origami in https://github.com/baidubce/bce-qianfan-sdk/pull/83
* feat: add prompt resource by ZingLix in https://github.com/baidubce/bce-qianfan-sdk/pull/86
* update: Qianfan dataset optimization with a few new functions by Dobiichi-Origami in https://github.com/baidubce/bce-qianfan-sdk/pull/85
* feat: support trainr.LLMFinetune by danielhjz in https://github.com/baidubce/bce-qianfan-sdk/pull/75
* feat: version->0.2.0 by danielhjz in https://github.com/baidubce/bce-qianfan-sdk/pull/90


**Full Changelog**: https://github.com/baidubce/bce-qianfan-sdk/compare/0.1.4...0.2.0

0.1.4

What's Changed
* fix: update rtd with new readme by ZingLix in https://github.com/baidubce/bce-qianfan-sdk/pull/66
* typo fixes by Dobiichi-Origami in https://github.com/baidubce/bce-qianfan-sdk/pull/68
* Add cookbook for qianfan with baidu elasticsearch on RAG demo. by wemysschen in https://github.com/baidubce/bce-qianfan-sdk/pull/69
* feat: support batch predict by ZingLix in https://github.com/baidubce/bce-qianfan-sdk/pull/70
* refactor: move rate limiter location by ZingLix in https://github.com/baidubce/bce-qianfan-sdk/pull/73
* cookbook: add wandb cookbook by ZingLix in https://github.com/baidubce/bce-qianfan-sdk/pull/74
* cookbook: add deeplake cookbook by ZingLix in https://github.com/baidubce/bce-qianfan-sdk/pull/76
* chore: add input argument(stop/disable_search) for EB/EB4 model by ZingLix in https://github.com/baidubce/bce-qianfan-sdk/pull/77
* cookbook: ajust dir and file tree by stonekim in https://github.com/baidubce/bce-qianfan-sdk/pull/78
* feat:add Dataset v1 by Dobiichi-Origami in https://github.com/baidubce/bce-qianfan-sdk/pull/71
* feat: add apc aipass model supported by danielhjz in https://github.com/baidubce/bce-qianfan-sdk/pull/79

New Contributors
* wemysschen made their first contribution in https://github.com/baidubce/bce-qianfan-sdk/pull/69
* stonekim made their first contribution in https://github.com/baidubce/bce-qianfan-sdk/pull/78

**Full Changelog**: https://github.com/baidubce/bce-qianfan-sdk/compare/0.1.3...0.1.4

0.1.3

What's Changed
* fix: remove output image by danielhjz in https://github.com/baidubce/bce-qianfan-sdk/pull/55
* feat: support tokenizer api by ZingLix in https://github.com/baidubce/bce-qianfan-sdk/pull/54
* feat: Unify authentication methods by ZingLix in https://github.com/baidubce/bce-qianfan-sdk/pull/58
* Data crud by Dobiichi-Origami in https://github.com/baidubce/bce-qianfan-sdk/pull/60
* chore: update README.md by danielhjz in https://github.com/baidubce/bce-qianfan-sdk/pull/63
* feat: update supported params for default models by danielhjz in https://github.com/baidubce/bce-qianfan-sdk/pull/59
* feat: support auto_concat_truncated messages by danielhjz in https://github.com/baidubce/bce-qianfan-sdk/pull/53
* update SFT cookbook with dataset operations by danielhjz in https://github.com/baidubce/bce-qianfan-sdk/pull/62
* refactor: refactor package import usage by danielhjz in https://github.com/baidubce/bce-qianfan-sdk/pull/64


**Full Changelog**: https://github.com/baidubce/bce-qianfan-sdk/compare/0.1.2...0.1.3

0.1.2

What's Changed
* add function_call_agent.ipynb by Dobiichi-Origami in https://github.com/baidubce/bce-qianfan-sdk/pull/27
* fix: add console deploy -> done status cell by danielhjz in https://github.com/baidubce/bce-qianfan-sdk/pull/41
* Total refactoring of global config by Dobiichi-Origami in https://github.com/baidubce/bce-qianfan-sdk/pull/42
* feat: add model eb8k supported and update version->0.1.2 by danielhjz in https://github.com/baidubce/bce-qianfan-sdk/pull/45
* chore: add notebook for text2image by danielhjz in https://github.com/baidubce/bce-qianfan-sdk/pull/47
* update question_answering.ipynb by Dobiichi-Origami in https://github.com/baidubce/bce-qianfan-sdk/pull/49
* chore: update docs by danielhjz in https://github.com/baidubce/bce-qianfan-sdk/pull/50


**Full Changelog**: https://github.com/baidubce/bce-qianfan-sdk/compare/0.1.1...0.1.2

0.1.1

What's Changed
* add release action by ZingLix in https://github.com/baidubce/bce-qianfan-sdk/pull/15
* fix: issue template by danielhjz in https://github.com/baidubce/bce-qianfan-sdk/pull/16
* support global environment variable setting by Dobiichi-Origami in https://github.com/baidubce/bce-qianfan-sdk/pull/20
* doc: Optimize doc pages by ZingLix in https://github.com/baidubce/bce-qianfan-sdk/pull/23
* feat: Add support for render prompt template api by ZingLix in https://github.com/baidubce/bce-qianfan-sdk/pull/18
* implementation of qianfan langchain agent by Dobiichi-Origami in https://github.com/baidubce/bce-qianfan-sdk/pull/17
* Update completion.py [ change api path] 🐛 by 1296680359 in https://github.com/baidubce/bce-qianfan-sdk/pull/28
* doc: add quickstart by ZingLix in https://github.com/baidubce/bce-qianfan-sdk/pull/30
* feat: Add support for tokenizer by ZingLix in https://github.com/baidubce/bce-qianfan-sdk/pull/21
* bugfix: asyncio lock not working when not in main thread by ZingLix in https://github.com/baidubce/bce-qianfan-sdk/pull/24
* revert: remove prompt by ZingLix in https://github.com/baidubce/bce-qianfan-sdk/pull/33
* feat: support text2image by danielhjz in https://github.com/baidubce/bce-qianfan-sdk/pull/26
* fix: update service create api by ZingLix in https://github.com/baidubce/bce-qianfan-sdk/pull/35
* feat: add console cook book by danielhjz in https://github.com/baidubce/bce-qianfan-sdk/pull/32
* feat: add private supported by danielhjz in https://github.com/baidubce/bce-qianfan-sdk/pull/25
* chore: add desc & update version by danielhjz in https://github.com/baidubce/bce-qianfan-sdk/pull/38

New Contributors
* 1296680359 made their first contribution in https://github.com/baidubce/bce-qianfan-sdk/pull/28

**Full Changelog**: https://github.com/baidubce/bce-qianfan-sdk/compare/0.1.0...0.1.1

0.1.0

Feature:
- 增加ChatCompletion,Completion对于[ERNIE-Bot-4](https://cloud.baidu.com/doc/WENXINWORKSHOP/s/clntwmv7t)的支持,通过`model=ERNIE-Bot-4`进行调用
- `qianfan` SDK正式开源
- 增加对 `模型管理` API 支持(`qianfan.Model`)
- 增加对 `模型服务发布` API支持 (`qianfan.Service`)
- 开放[SDK API接口文档](https://qianfan.readthedocs.io/en/stable/qianfan.html)

Bug修复:
- 修复同时使用model,endpoint导致的模型使用错误的问题

优化:
- 增加 `模型SFT调优` 任务控制支持
- 限流接口优化,支持传入QPS限制配置

Page 6 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.