[PR #2925] [CLOSED] [ENH]: OpenAI embeddings endpoint #42252

Closed
opened 2026-04-24 22:02:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: 03-04-feat_OpenAI_embeddings_endpoint


📝 Commits (6)

  • d14de5b feat: Multiple embeddings request
  • 06446b9 docs: API updates for multiple prompt embeddings
  • b805ff8 chore: Clean-up
  • a7edef2 chore: Removed logging messages
  • e6dc081 feat: OpenAI embeddings endpoint
  • 0ab1884 docs: Updated OpenAI Endpoints docs

📊 Changes

5 files changed (+220 additions, -15 deletions)

View changed files

📝 api/types.go (+30 -4)
📝 docs/api.md (+29 -3)
📝 docs/openai.md (+45 -0)
📝 openai/openai.go (+92 -0)
📝 server/routes.go (+24 -8)

📄 Description

Closes #2856

Note: This is a stacked PR on top of #2924


🔄 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/2925 **Author:** [@tazarov](https://github.com/tazarov) **Created:** 3/4/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `03-04-feat_OpenAI_embeddings_endpoint` --- ### 📝 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 - [`e6dc081`](https://github.com/ollama/ollama/commit/e6dc081a7cf611aa7c1f4980d64528779f07fc87) feat: OpenAI embeddings endpoint - [`0ab1884`](https://github.com/ollama/ollama/commit/0ab1884f7c3c2b2e43a13d72002026a7da7676d2) docs: Updated OpenAI Endpoints docs ### 📊 Changes **5 files changed** (+220 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `api/types.go` (+30 -4) 📝 `docs/api.md` (+29 -3) 📝 `docs/openai.md` (+45 -0) 📝 `openai/openai.go` (+92 -0) 📝 `server/routes.go` (+24 -8) </details> ### 📄 Description Closes #2856 > Note: This is a stacked PR on top of #2924 --- <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 22:02:26 -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#42252