infiniflow / ragflow

RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
https://ragflow.io
Apache License 2.0
21.57k stars 2.11k forks source link

[Question]: Get an answer from first knowledge base,Use another question to ask second knowledge will get the same answer.:{ content: { 0: "sequence item 8: expected str instance, dict found" } } #2921

Open smileyee opened 1 week ago

smileyee commented 1 week ago

Describe your problem

{ content: { 0: "sequence item 8: expected str instance, dict found" } } 664f89069f7bad4e0f81fca79b5be96 模型的api没有问题,是我的工作流配置有问题吗

KevinHuSh commented 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.

smileyee commented 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. image

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?

KevinHuSh commented 1 week ago

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.

smileyee commented 1 week ago

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