阿里云百炼调试demo例子,为什么提示插件不支持呢? "last_error": {
"code": "InvalidPlugin.Unsupported",
"message": "Plugin [\"rag\"] is not supported by model qwen-max."
},
"max_tokens": null,
"metadata": {},
"model": "qwen-max",
"object": "thread.run",
"request_id": "5eff2f0c-1282-93f2-b20d-816ddd4aefc2",
"required_action": null,
"started_at": null,
"status": "failed",
"status_code": 200,
"temperature": null,
"thread_id": "thread_ab23e28d-5205-4234-b021-f118aad13f4e",
"tools": [],
"top_k": null,
"top_p": null,
"truncation_strategy": null,
"usage": null
"code": "InvalidPlugin.Unsupported",
"message": "Plugin [\"rag\"] is not supported by model qwen-max."
现在rag这个插件有一点依赖,需要使用的带一个其他的插件(比如code_interpreter 或者 calculator),暂时不支持单独使用。
(因为目前是直接加入prompt模式) demo里我记得带了一个quark_search。如果不喜欢,建议附带一个计算器插件calculator 。
目前版本的rag插件在assist sdk使用时,需要一个其他插件的存在(虽然比如calculator不一定会被调用)。此回答整理自钉群“阿里云百炼使用体验”
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。