[0.0.13] - 2024-09-12
Added
-
RAG(Retrieval-Augmented Generation) Component Version Update.
This version provides a standard operating procedure for knowledge base construction and the RAG retrieval recall stage. The component covers a series of RAG atomic capabilities, including data loading, data processing, index construction, knowledge storage, intent rewriting, and retrieval re-ranking, helping users to quickly build a general RAG intelligent agent solution in open-source scenarios. -
Intelligent Agent Product Platform Update.
This version introduces new capabilities such as intelligent agent canvas orchestration, private knowledge base construction, and custom plugin support, enabling users to quickly build and orchestrate intelligent agents through a low-code, visual approach. -
Added GLM Default Model Component for Zhipu
-
Added SQLiteStore Storage Component
-
Added Flow Orchestration Execution Engine
Note
- Default path optimization for system_db_uri
The default path is already compatible with the Windows platform, for more details, please refer to issue142 - Support for configurable chain stop words in ReactAgent
The ReactAgent YAML configuration now supports the stop_sequence keyword, allowing users to customize chain stop words. For more details, please refer to issue127 - Added an introduction to RAG principles and a quick guide for building RAG, please pay attention to the corresponding parts in the README and user guide.
- Added advanced guidance documents for the intelligent agent productization platform, please pay attention to the corresponding parts in the README and user guide.
- Various code optimizations and documentation updates.
More Details
What's Changed
- Dev by @AniviaTn in #129
- merge master by @AniviaTn in #140
- fix: add knowledge option to the demo rag agent yaml in sample project. by @EdwinInAu in #139
- FIX: Auto system sqlite db path error on windows by @AniviaTn in #146
- add llm bind params by @weizjajj in #128
- ADD: New Knowledge component by @AniviaTn in #145
- FIX: txt reader not implement bug by @AniviaTn in #149
- fix: override _load_data instead of load_data by @BroKun in #151
- feat: add tool & plugin by @sunshinesmilelk in #152
- Fix problems related to plugin in product module by @BroKun in #154
- feat: aU product support knowledge curd api by @october-rain in #153
- fix: add api tool request time limit by @sunshinesmilelk in #155
- feat: add the latest modify time api to the product by @BroKun in #156
- Add: zhipu_openai_style_llm by @z4656207 in #159
- fix as langchain by @weizjajj in #160
- feat: add aU workflow pattern and the 2 phase capabilities of the aU-product. by @EdwinInAu in #157
- improvement: add external package dependency version management. by @EdwinInAu in #161
- feat: Version 0.0.13 Release by @LandJerry in #162
New Contributors
- @sunshinesmilelk made their first contribution in #152
- @october-rain made their first contribution in #153
- @z4656207 made their first contribution in #159
Full Changelog: v0.0.12...v0.0.13