You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
导入新模型时报错,请看一下什么问题?
(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
The text was updated successfully, but these errors were encountered: