[PR #2604] [MERGED] Support for bert and nomic-bert embedding models #42192

Closed
opened 2026-04-24 21:58:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/2604
Author: @jmorganca
Created: 2/20/2024
Status: Merged
Merged: 2/21/2024
Merged by: @jmorganca

Base: mainHead: embeddings


📝 Commits (1)

  • cdfdae0 Add checks to /api/chat and /api/generate for embedding models

📊 Changes

2 files changed (+14 additions, -0 deletions)

View changed files

📝 server/images.go (+4 -0)
📝 server/routes.go (+10 -0)

📄 Description

Fixes #327

This adds initial support for embedding models using the /api/embeddings endpoint.


🔄 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/2604 **Author:** [@jmorganca](https://github.com/jmorganca) **Created:** 2/20/2024 **Status:** ✅ Merged **Merged:** 2/21/2024 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `embeddings` --- ### 📝 Commits (1) - [`cdfdae0`](https://github.com/ollama/ollama/commit/cdfdae0568d19bd82aeb5b157be233b897de0580) Add checks to `/api/chat` and `/api/generate` for embedding models ### 📊 Changes **2 files changed** (+14 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `server/images.go` (+4 -0) 📝 `server/routes.go` (+10 -0) </details> ### 📄 Description Fixes #327 This adds initial support for embedding models using the `/api/embeddings` endpoint. --- <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-24 21:58:39 -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#42192