[GH-ISSUE #12843] v0.12.7 embedding no results #70568

Closed
opened 2026-05-04 22:01:54 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @chrisqianz on GitHub (Oct 29, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/12843

What is the issue?

the v0.12.7 embedding still no results.

Relevant log output


OS

No response

GPU

No response

CPU

No response

Ollama version

No response

Originally created by @chrisqianz on GitHub (Oct 29, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/12843 ### What is the issue? the v0.12.7 embedding still no results. ### Relevant log output ```shell ``` ### OS _No response_ ### GPU _No response_ ### CPU _No response_ ### Ollama version _No response_
GiteaMirror added the bug label 2026-05-04 22:01:54 -05:00
Author
Owner

@rick-github commented on GitHub (Oct 29, 2025):

$ ollama -v
ollama version is 0.12.7
$ curl -s localhost:11434/api/embed -d '{"model":"mxbai-embed-large","input":"why is the sky blue?"}' | jq -c '.embeddings[]|.[0:3] + ["..."] + .[-3:]'
[-0.010479665,-0.002503039,0.014625211,"...",-0.004243324,-0.010577391,-0.008157174]
<!-- gh-comment-id:3465252527 --> @rick-github commented on GitHub (Oct 29, 2025): ```console $ ollama -v ollama version is 0.12.7 $ curl -s localhost:11434/api/embed -d '{"model":"mxbai-embed-large","input":"why is the sky blue?"}' | jq -c '.embeddings[]|.[0:3] + ["..."] + .[-3:]' [-0.010479665,-0.002503039,0.014625211,"...",-0.004243324,-0.010577391,-0.008157174] ```
Author
Owner

@chrisqianz commented on GitHub (Oct 30, 2025):

after reboot is working, thanks.

<!-- gh-comment-id:3465388075 --> @chrisqianz commented on GitHub (Oct 30, 2025): after reboot is working, thanks.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#70568