Open smileyee opened 1 week ago
Did you deployed yourself, or on demo site? If it is local deployed, what about pulling the dev version of docker image again? We fixed something about the components.
Did you deployed yourself, or on demo site? If it is local deployed, what about pulling the dev version of docker image again? We fixed something about the components.
I deployed it myself, using version 0.12. Now that the dev version is updated, the following error occurs:ERROR: expected string or bytes-like object. At the same time, is there no preview of the chat module of the following dev version? Can the original api still be used?
Yes, it can. Hover to the components to check which one exported this error. And have a look at the docker logs to see if you can find anything.
Relevant text was retrieved in knowledge retrieval, problems appeared in the component that generated answers:{ content: { 0: "sequence item 8: expected str instance, dict found" } }
and docker had no obvious abnormal information
Describe your problem
{ content: { 0: "sequence item 8: expected str instance, dict found" } } 模型的api没有问题,是我的工作流配置有问题吗