agent-zero icon indicating copy to clipboard operation
agent-zero copied to clipboard

Error: "nomic-embed-text-v1.5.f32" does not support generate

Open FlyingCat8655 opened this issue 11 months ago • 3 comments

导入新模型时报错,请看一下什么问题?

(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

FlyingCat8655 avatar Feb 20 '25 10:02 FlyingCat8655

Not enough information in English. If you need help, specify your environment, situation and problem.

frdel avatar Feb 20 '25 10:02 frdel

@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.

narmaku avatar Mar 03 '25 06:03 narmaku

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(有圖像化介面)

(在國際平台,請先用英文發言)

yellowcandle avatar Mar 03 '25 07:03 yellowcandle