You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regarding your specific issue, the error message indicates that there are validation errors related to the AssistantPromptMessage model. The content field is expected to be a valid string or a list of PromptMessageContent, but it seems to be receiving a list with a dictionary containing text, which is causing the validation to fail. Ensure that the content field is correctly formatted as a string or a list of PromptMessageContent objects, which can include TextPromptMessageContent, ImagePromptMessageContent, or AudioPromptMessageContent[2].
Additionally, check that all required fields are provided and correctly formatted in your input data to avoid missing field errors.
Self Checks
Dify version
0.13.2
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
I use qwen-plus, the Embedding model is text-embedding v3, and the Rerank model is gte-rerank
✔️ Expected Behavior
I can't use QA parsing, I want to use it to parse my document
❌ Actual Behavior
No response
The text was updated successfully, but these errors were encountered: