-
Notifications
You must be signed in to change notification settings - Fork 15k
1 validation error for MarketplacePluginDeclaration\nmodel.position.text_embedding\n Input should be a valid list #20081
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The error message you are seeing— This is not a general version compatibility issue with Dify 1.4.0, but rather a problem with the structure or content of your DSL file. The Dify codebase expects certain fields (like How to resolve:
If you are not directly specifying this field in your DSL, it is possible that a plugin or template you are using is generating an incomplete or incompatible manifest. In that case, check the source of your DSL or plugin manifest and ensure it aligns with the expected schema. There are known compatibility issues with Dify 1.4.0 and some plugins, but those are unrelated to this specific validation error (source). If you update your DSL as described and still encounter issues, please share the relevant section of your DSL file that defines the To continue talking to Dosu, mention @dosu-bot. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
The dsl file is exported directly from my locally deployed dify |
What's your deployed dify version? |
0.15.3 |
This version is too low. |
Uh oh!
There was an error while loading. Please reload this page.
Self Checks
Dify version
1.4.0
Cloud or Self Hosted
Cloud
Steps to reproduce
i have a problem.When i use cloud dify to import my dsl file,an error message was displayed,as shown in the figure below.
the console error message:
1 validation error for MarketplacePluginDeclaration\nmodel.position.text_embedding\n Input should be a valid list [type=list_type, input_value=None, input_type=NoneType]\n For further information visit https://errors.pydantic.dev/2.11/v/list_type
Is this a version compatibility issue? How should I solve it? I am looking forward to your reply.
my dsl:
✔️ Expected Behavior
No response
❌ Actual Behavior
No response
The text was updated successfully, but these errors were encountered: