mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
LLM Model Provider issue after updating AWS Bedrock plugin version 0.0.17 #276
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @stephonye on GitHub (May 11, 2025).
Self Checks
Dify version
1.3.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
The previous version of the AWS Bedrock plugin was 0.0.13. We can get a list of 61 LLM models, including the embedding model for the knowledge base: cohere.embed-multilingual-v3. However, there is a problem when calling the knowledge base:
0.0.13 LLM Models list:
Therefore, we upgraded the AWS Bedrock plug-in from 0.0.13 to 0.0.17. At this time, there were only 12 LLM models left in the list, and our commonly used Anthropic Claude LLM models was no longer available. Moreover, errors still occurred when performing knowledge base operations.
0.0.17 LLM Models list:
We use for AWS Bedrock's AWS Region is us-west-2, and the Dify setting is US West (Oregon)
API connection status is fine
✔️ Expected Behavior
The AWS Bedrock plugin can list the LLM models we have access to, mainly the Anthropic Claud model series. The knowledge base search can be used normally.
❌ Actual Behavior
AWS Bedrock model list error and unable to embeding model using knowledge base cohere.embed-multilingual-v3
@dosubot[bot] commented on GitHub (May 11, 2025):
The issue you're experiencing with the AWS Bedrock plugin version 0.0.17 is related to the reduction in the number of available LLM models from 61 to 12, which includes the removal of the Anthropic Claude models. This change in the plugin version has affected your ability to access certain models, including those you commonly use, like the Anthropic Claude series [1].
Additionally, the error message indicating that the credentials for the model "rerank-multilingual-v3.0" are not initialized suggests a problem with model credential initialization. Dify handles model credential initialization by implementing the
validate_credentialsmethod, which ensures that credentials are correctly initialized and validated. If the credentials are not properly set up, it can lead to errors in workflow processes [2].To resolve these issues, you may need to:
If these steps do not resolve the issue, further investigation into the plugin's configuration and compatibility with your specific AWS region settings may be necessary.
To continue talking to Dosu, mention @dosu.
Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other
@stephonye commented on GitHub (May 12, 2025):
Thank you very much for your quick reply.
@stephonye commented on GitHub (May 12, 2025):
Supplementary verification information screenshot, this is version 0.0.17, the verification is correct, but there are only 12 LLM models in the Model List.
This is version 0.0.13. The verification is correct, but there are 61 LLM models in the Model List, including the normally used Claude 3.5 Sonnet, etc.
@gakugaku commented on GitHub (Jun 11, 2025):
@stephonye
Thank you for your help. I noticed that this issue was closed as "completed."
Could you please let me know whether the issue has been fixed, or if there was another reason for closing it?
I appreciate your clarification!