[PR #13071] [MERGED] nomic-embed-text model implementation #14060

Closed
opened 2026-04-13 00:43:43 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13071
Author: @npardal
Created: 11/13/2025
Status: Merged
Merged: 11/19/2025
Merged by: @npardal

Base: mainHead: nicole/nomic-embed-text


📝 Commits (7)

📊 Changes

5 files changed (+184 additions, -6 deletions)

View changed files

📝 model/models/bert/embed.go (+1 -0)
📝 model/models/models.go (+1 -0)
model/models/nomicbert/model.go (+170 -0)
📝 model/wordpiece.go (+9 -5)
📝 model/wordpiece_test.go (+3 -1)

📄 Description

This PR introduces the nomic-embed-text model implementation for v1.5


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/13071 **Author:** [@npardal](https://github.com/npardal) **Created:** 11/13/2025 **Status:** ✅ Merged **Merged:** 11/19/2025 **Merged by:** [@npardal](https://github.com/npardal) **Base:** `main` ← **Head:** `nicole/nomic-embed-text` --- ### 📝 Commits (7) - [`cd38c2d`](https://github.com/ollama/ollama/commit/cd38c2d1c44e0c92a8ca36823151221bce2abefc) initial model draft - [`c8bd460`](https://github.com/ollama/ollama/commit/c8bd460b88eda099f19fcd6f3b52344fdf828f93) registered model, used slice, refactored code - [`4a15207`](https://github.com/ollama/ollama/commit/4a15207701358d8150a983950e931babe2731635) added flag for wordpeice - [`b4848fe`](https://github.com/ollama/ollama/commit/b4848fec6a643a4c33c4b4f10842a7c132f1dde2) lint - [`440fd55`](https://github.com/ollama/ollama/commit/440fd55e8756bbe6e5c127fd42fc0393a9b1a326) added NeoX to rope calculation - [`4e10601`](https://github.com/ollama/ollama/commit/4e106014017f758fa3bd1a70006b06708c4f08a1) removed redundant comments - [`8b74e83`](https://github.com/ollama/ollama/commit/8b74e8338b369b3d11f81f04a2eb31d846b075ba) reshape before slice ### 📊 Changes **5 files changed** (+184 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `model/models/bert/embed.go` (+1 -0) 📝 `model/models/models.go` (+1 -0) ➕ `model/models/nomicbert/model.go` (+170 -0) 📝 `model/wordpiece.go` (+9 -5) 📝 `model/wordpiece_test.go` (+3 -1) </details> ### 📄 Description This PR introduces the nomic-embed-text model implementation for v1.5 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-13 00:43:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#14060