Error: "nomic-embed-text-v1.5.f32" does not support generate
导入新模型时报错,请看一下什么问题?
(base) root@zqb:/opt/aiworkspase/MODELS/embedding# ollama create nomic-embed-text-v1.5.f32 -f Modelfile gathering model components copying file sha256:ed3a84b570c5513bfd6bfe0ed4cdc8d5a5de5c6b5029fbbc2822d59fc893c1f8 100% parsing GGUF using existing layer sha256:ed3a84b570c5513bfd6bfe0ed4cdc8d5a5de5c6b5029fbbc2822d59fc893c1f8 writing manifest success (base) root@zqb:/opt/aiworkspase/MODELS/embedding# ollama run nomic-embed-text-v1.5.f32 Error: "nomic-embed-text-v1.5.f32" does not support generate
Not enough information in English. If you need help, specify your environment, situation and problem.
@FlyingCat8655 this is not an issue related to agent-zero. This is an issue about using a wrong model for chat/generation instead of text embedding/vectorization. Embedding models cannot be used for completions or generations while chatting etc. so perhaprs you are using wrong settings.
Please load a text-generation model in ollama and try again or you can try to use LM studio for a GUI based app
請在 ollama 載入 text-generation model 或試試用 LM Studio(有圖像化介面)
(在國際平台,請先用英文發言)