Dataflow v1.0.3 Release Notes
What's changed
- Update more scorers (operators) to
GeneralText pipeline. (#38 and #48 ). Thanks @zzy1127 @MOLYHECI - Update more operators to
AgenticRAG pipeline. (#50 , #41). Thanks @wongzhenhao @YqjMartin - Revise API_KEY env variable passing logic in the
APIServingclass. The default variable isDF_API_KEYto avoid conflicts (#57 ). Thanks @SunnyHaze - Rename
llmservingtoservingfor future extension of other kinds of web services. #44 . Thanks @SunnyHaze - Update the Readme. (#40 , #52 , #53 ) Thanks @Qmeiyi
- Revise some bugs and parameter issues in
AgenticRAGpipeline. #49 . Thanks @TheRoadQaQ - Revise some bugs and parameter issues in
Knowledge base cleaning pipeline. #47 . Thanks @ZhaoyangHan04
Detailed list for all changed PRs
- update readme by @Qmeiyi in #40
- [New Operators] A lite implementation of OPPO TaskCraft by @wongzhenhao in #41
- add scorers by @zzy1127 in #38
- [update] rename
llmservingtoservingto fit future extension by @SunnyHaze in #44 - agentic rag para revise by @TheRoadQaQ in #49
- add remaining operators by @zzy1127 in #48
- normalize file path and params by @ZhaoyangHan04 in #47
- update readme by @Qmeiyi in #52
- update readme by @Qmeiyi in #53
- 增加了一些完善agenticRAG生成的方法 by @YqjMartin in #50
- [serving] set default API serving key to
DF_API_KEYand this key ca… by @SunnyHaze in #57
Full Changelog: v1.0.2...v1.0.3