mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[BUG] MistralAI official plugin has wrong "model type" for mistral-embed #59
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 @VinceOPS on GitHub (Mar 10, 2025).
Self Checks
Dify version
1.0.0
Plugin version
0.0.2
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Hi DIFY team!
I've been using DIFY 1.0.0 today and I noticed that the "mistral-embed" model has a
model_typeset tollmin the plugin package (filemodels/llm/mistral-embed.yaml)... Which probably explains why I cannot select it as an Embedding model?⚠ Nevertheless, no
model_sourceshas been provided for Text embeddings, either. Only for LLM:- models/llm/llm.py.Additionnally, I noticed that when creating an "Agent" node in a Workflow, I had no Mistral.ai models proposed.
✔️ Error log
No response
@Jank1310 commented on GitHub (Mar 13, 2025):
Also pixtral is missing vision capabilities?
@anfinil commented on GitHub (Mar 17, 2025):
I believe this PR should be merged here: https://github.com/langgenius/dify/pull/11231