mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
Mixedbread not working #187
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 @DavideDelbianco on GitHub (Apr 12, 2025).
Self Checks
Dify version
1.2.0
Plugin version
0.0.3
Cloud or Self Hosted
Self Hosted (Docker), Cloud
Steps to reproduce
Add the plugin model Mixedbread

Attempt to add a valid key, you will get error:
This happens because it's an error 500 and for every error other than 401 the appropriate field is "message" and not "detail"
The underlying error once fixed, would be:
Because the standard model for testing credentials is 'mxbai-embed-large-v1' and they have changed the model name to 'mixedbread-ai/mxbai-embed-large-v1'
✔️ Error log
No response