New
v1.0.13
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 https://github.com/agentscope-ai/agentscope/pull/869
- feat(tool): add func_name parameter to support custom tool renaming by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1115
- feat(rag): add MongoDB vector store in the RAG module. by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/860
- ci(gemini): add code review guide for the gemini code assist by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1135
- fix(doc): fix typos by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1137
- feat(rag): add excel reader to support excel files in the rag module by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/872
- docs: update the documentations in the AgentScope repo by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1128
- fix(formattter): assigns content as an empty list [] for messages without valid content blocks by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1141
- fix(model): fix openai stream parse when delta is None by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1142
- chore(version): update the version to 1.0.13 for a quick release by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1143
- feat(dashscope): support to load headers from the environment by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1096
New Contributors
- @denverdino made their first contribution in https://github.com/agentscope-ai/agentscope/pull/869
Full Changelog: https://github.com/agentscope-ai/agentscope/compare/v1.0.12...v1.0.13