[PR #403] [CLOSED] api/embeddings endpoint added to doc #480

Closed
opened 2026-02-15 17:17:12 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/403
Author: @hdnh2006
Created: 2/14/2025
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • 209f3cb api/embeddings endpoint added to doc

📊 Changes

1 file changed (+34 additions, -0 deletions)

View changed files

📝 docs/getting-started/api-endpoints.md (+34 -0)

📄 Description

Documentation Update for Embeddings Endpoint

Description

This PR complements the main repository's pull request #10018 by adding necessary documentation for the newly introduced /api/embeddings endpoint.

Details

The /api/embeddings endpoint is now available for generating text embeddings compatible with OpenAI's API. This documentation provides an overview of the endpoint usage, parameters, and examples in both curl and Python.

Changes

  • Endpoint Documentation: Added detailed descriptions, examples, and response formats for /api/embeddings.
  • Examples: Included curl and Python examples to demonstrate how to interact with the endpoint.
  • Response Format: Documented the expected response structure to aid developers in integrating the endpoint into their applications.

See Also


🔄 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/open-webui/docs/pull/403 **Author:** [@hdnh2006](https://github.com/hdnh2006) **Created:** 2/14/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`209f3cb`](https://github.com/open-webui/docs/commit/209f3cb05b67c2dac158241464a3b0fb8ca4778e) `api/embeddings` endpoint added to doc ### 📊 Changes **1 file changed** (+34 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/getting-started/api-endpoints.md` (+34 -0) </details> ### 📄 Description # Documentation Update for Embeddings Endpoint ### Description This PR complements the main repository's pull request [#10018](https://github.com/open-webui/open-webui/pull/10018) by adding necessary documentation for the newly introduced `/api/embeddings` endpoint. ### Details The `/api/embeddings` endpoint is now available for generating text embeddings compatible with OpenAI's API. This documentation provides an overview of the endpoint usage, parameters, and examples in both curl and Python. ### Changes - **Endpoint Documentation**: Added detailed descriptions, examples, and response formats for `/api/embeddings`. - **Examples**: Included curl and Python examples to demonstrate how to interact with the endpoint. - **Response Format**: Documented the expected response structure to aid developers in integrating the endpoint into their applications. ### See Also - Main repository PR: [open-webui/open-webui#10018](https://github.com/open-webui/open-webui/pull/10018) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:17:12 -05:00
yindo closed this issue 2026-02-15 17:17:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#480