Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
FlyingCat8655 opened this issue Feb 20, 2025 · 3 comments
Open

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

FlyingCat8655 opened this issue Feb 20, 2025 · 3 comments

Comments

@FlyingCat8655
Copy link

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

(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

@frdel
Copy link
Owner

frdel commented Feb 20, 2025

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

@narmaku
Copy link

narmaku commented Mar 3, 2025

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

@yellowcandle
Copy link

yellowcandle commented Mar 3, 2025

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants