[GH-ISSUE #5213] Ignores user embeddings data (notes) (Maybe just particular parsing issues) #29033

Closed
opened 2026-04-22 07:38:33 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @Hunanbean-Collective on GitHub (Jun 22, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/5213

What is the issue?

It does not seem to consider information in the notes. I made a test vault to eliminate variables, and am just trying to get it to tell me my fake email address. I started the local llama3 server using the powershell command string $env:OLLAMA_ORIGINS="app://obsidian.md*"; ollama serve and then opened my vault, which proceeds to quickly integrate the notes, seemingly.
image
but, when i then ask the chat what my email is, it fails, even though that is basically the only information i asked it to digest.
image
image
image

I assume this is user error, but honestly, i am lacking enough documentation and insight to say for sure.
Thank you very much for this project. It is exactly what i have been waiting for since the AIs first went public!
Now, hopefully, we can get it actually digesting my notes

OS

Windows

GPU

Nvidia

CPU

Intel

Ollama version

0.1.45

Originally created by @Hunanbean-Collective on GitHub (Jun 22, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/5213 ### What is the issue? It does not seem to consider information in the notes. I made a test vault to eliminate variables, and am just trying to get it to tell me my fake email address. I started the local llama3 server using the powershell command string` $env:OLLAMA_ORIGINS="app://obsidian.md*"; ollama serve` and then opened my vault, which proceeds to quickly integrate the notes, seemingly. ![image](https://github.com/ollama/ollama/assets/71809825/57589183-de58-4a82-bd09-6dfc5d3d5f47) but, when i then ask the chat what my email is, it fails, even though that is basically the only information i asked it to digest. ![image](https://github.com/ollama/ollama/assets/71809825/2cf08909-4be9-4ba2-806e-b3a3c4de8e95) ![image](https://github.com/ollama/ollama/assets/71809825/60ffb799-476a-46a1-99af-2d5b081f4ba8) ![image](https://github.com/ollama/ollama/assets/71809825/3bcd5643-14ad-4f69-9e76-accc32d790e4) I assume this is user error, but honestly, i am lacking enough documentation and insight to say for sure. Thank you very much for this project. It is exactly what i have been waiting for since the AIs first went public! Now, hopefully, we can get it actually digesting my notes ### OS Windows ### GPU Nvidia ### CPU Intel ### Ollama version 0.1.45
GiteaMirror added the bug label 2026-04-22 07:38:33 -05:00
Author
Owner

@Hunanbean-Collective commented on GitHub (Jun 22, 2024):

I have since tried to use a suggested embedding model, now i get this

Failed to run Smart Second Brain (Error: ,Error: Property "embedding" was declared as a 4096-dimensional vector, but got a 768-dimensional vector instead.
Input vectors must be of the size declared in the schema, as calculating similarity between vectors of different sizes can lead to unexpected results.,). Please retry.

image

<!-- gh-comment-id:2184073913 --> @Hunanbean-Collective commented on GitHub (Jun 22, 2024): I have since tried to use a suggested embedding model, now i get this ``` Failed to run Smart Second Brain (Error: ,Error: Property "embedding" was declared as a 4096-dimensional vector, but got a 768-dimensional vector instead. Input vectors must be of the size declared in the schema, as calculating similarity between vectors of different sizes can lead to unexpected results.,). Please retry. ``` ![image](https://github.com/ollama/ollama/assets/71809825/2f9b5771-83fb-4946-abad-708de5ddda01)
Author
Owner

@Hunanbean-Collective commented on GitHub (Jun 22, 2024):

I have now tried with the mxbai-embed-large model, and although not getting an error anymore, i am getting garbage responses.
image

image

Am i missing some documentation page, somewhere?

<!-- gh-comment-id:2184077170 --> @Hunanbean-Collective commented on GitHub (Jun 22, 2024): I have now tried with the mxbai-embed-large model, and although not getting an error anymore, i am getting garbage responses. ![image](https://github.com/ollama/ollama/assets/71809825/eb634e46-72e5-4c47-a029-dec1a2ea8605) ![image](https://github.com/ollama/ollama/assets/71809825/0557ca17-370d-4065-98c0-7fef6d6f3d40) Am i missing some documentation page, somewhere?
Author
Owner

@Hunanbean-Collective commented on GitHub (Jun 22, 2024):

it Is working though.. i did another test, and it seems to understand things
image

<!-- gh-comment-id:2184078000 --> @Hunanbean-Collective commented on GitHub (Jun 22, 2024): it Is working though.. i did another test, and it seems to understand things ![image](https://github.com/ollama/ollama/assets/71809825/c3b2c312-affb-4c9b-9cc5-61f413815c61)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#29033