[PR #2924] [CLOSED] [ENH]: Batch embeddings request #11003

Closed
opened 2026-04-12 23:18:23 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/2924
Author: @tazarov
Created: 3/4/2024
Status: Closed

Base: mainHead: 03-04-feat_Multiple_embeddings_request


📝 Commits (6)

  • d14de5b feat: Multiple embeddings request
  • 06446b9 docs: API updates for multiple prompt embeddings
  • b805ff8 chore: Clean-up
  • a7edef2 chore: Removed logging messages
  • 0a68bff chore: Removed additional debug logs
  • d7785ff chore: Removed additional debug logs

📊 Changes

3 files changed (+80 additions, -15 deletions)

View changed files

📝 api/types.go (+30 -4)
📝 docs/api.md (+29 -3)
📝 server/routes.go (+21 -8)

📄 Description

Adding the ability to submit multiple embeddings in a single request.


🔄 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/2924 **Author:** [@tazarov](https://github.com/tazarov) **Created:** 3/4/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `03-04-feat_Multiple_embeddings_request` --- ### 📝 Commits (6) - [`d14de5b`](https://github.com/ollama/ollama/commit/d14de5b0752f8539a71c160f492e5d7fd11a9833) feat: Multiple embeddings request - [`06446b9`](https://github.com/ollama/ollama/commit/06446b9bb8756c103ac26942f8a0dd904b6ce189) docs: API updates for multiple prompt embeddings - [`b805ff8`](https://github.com/ollama/ollama/commit/b805ff87ea7df0803ff6d38e267d2c08aaf4c57b) chore: Clean-up - [`a7edef2`](https://github.com/ollama/ollama/commit/a7edef23bb2bd2891032f9ba371e362ebb7bfc33) chore: Removed logging messages - [`0a68bff`](https://github.com/ollama/ollama/commit/0a68bffd4662e254a58070dea977703fd9907198) chore: Removed additional debug logs - [`d7785ff`](https://github.com/ollama/ollama/commit/d7785ffaa485974458d35174acb8c89d90df2cdf) chore: Removed additional debug logs ### 📊 Changes **3 files changed** (+80 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `api/types.go` (+30 -4) 📝 `docs/api.md` (+29 -3) 📝 `server/routes.go` (+21 -8) </details> ### 📄 Description Adding the ability to submit multiple embeddings in a single request. --- <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-12 23:18:23 -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#11003