mirror of
https://github.com/perstarkse/minne.git
synced 2026-01-11 20:50:24 +01:00
Incorrect vector dimension #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ard0gg on GitHub (Oct 10, 2025).
I'm having issue using a the nomic-embed-text model with ollama. I've updated the embedding dimensions to 768 per nomic documentation. However, whenever I try to ingest data I get this error
@perstarkse commented on GitHub (Oct 10, 2025):
Thanks for reporting! The only current workaround would be to ingest content with the default embedding dimensions, and then switch. I’ll get to fixing this at the end of the weekend!
@perstarkse commented on GitHub (Oct 12, 2025):
I've now implemented a fix in commit
b7344644dc, and it should be in the latest release@ard0gg commented on GitHub (Oct 12, 2025):
Thanks for the quick fix!