1. Refactored RAG to make it more user-friendly and extensible, allowing flexible customization.
2. Added support for multimodal capabilities, including text-to-image, image-text understanding, speech-to-text, and text-to-speech/music.
3. Refactored the microservice architecture to support the streaming output of results from any module.
4. Added support for Function Call and SQL Call, as well as high-level agents like React, ReWOO, and PlanAndSolve.
5. Introduced a new CookBook document and provided bilingual API documentation in both Chinese and English.
--------
1. 重构了RAG,使其更加易用,且具备更强的扩展性,方便大家灵活定制
2. 支持了多模态的能力,包括文生图、图文理解、语音转文字和文字转语音/音乐
3. 重构了微服务架构,支持了任意模块的结果的流式输出
4. 支持了Function Call和Sql Call,支持了React、ReWOO、PlanAndSolve等高阶Agent
5. 新增了CookBook文档,支持了中英双语的API文档