Highlight
RAG
- Support MongoDB vector database
- Support Excel reader
Example
- Integration with Qwen-Deep-Research model
What's Changed
- Add example integration for Qwen-Deep-Research model by @denverdino in #869
- feat(tool): add func_name parameter to support custom tool renaming by @qbc2016 in #1115
- feat(rag): add MongoDB vector store in the RAG module. by @qbc2016 in #860
- ci(gemini): add code review guide for the gemini code assist by @DavdGao in #1135
- fix(doc): fix typos by @qbc2016 in #1137
- feat(rag): add excel reader to support excel files in the rag module by @qbc2016 in #872
- docs: update the documentations in the AgentScope repo by @DavdGao in #1128
- fix(formattter): assigns content as an empty list [] for messages without valid content blocks by @qbc2016 in #1141
- fix(model): fix openai stream parse when delta is None by @qbc2016 in #1142
- chore(version): update the version to 1.0.13 for a quick release by @DavdGao in #1143
- feat(dashscope): support to load headers from the environment by @DavdGao in #1096
New Contributors
- @denverdino made their first contribution in #869
Full Changelog: v1.0.12...v1.0.13