[Question]: The conversation window in Ragflow often encounters errors, the error code is 413!
Describe your problem
在ragflow中的会话窗口,调用Qwen大模型,当输出的文本比较大的时候,会经常出现以下报错: Error code: 413 - {'message': 'batch size 77 > maximum allowed batch size 32', 'code': 413, 'type': 'Validation'} 请问具体是什么原因?
Do you mean on demo or local deployed system? If it is local, pull the dev version of docker image.
你的来信我已收到,我会尽快回复你。
Do you mean on demo or local deployed system? If it is local, pull the dev version of docker image.
Local deployed system,是我本地部署的系统
Do you mean on demo or local deployed system? If it is local, pull the dev version of docker image. 请问一下,本地部署的系统,使用哪个分支?
Branch main.
这个报错一般来自于 embedding 模型,我在测试embedding模型的时候报过类似的错误,您选择的本地embedding模型输入的 array[] ,size最大限制可能是32
你的来信我已收到,我会尽快回复你。