mirror of
https://github.com/open-webui/docs.git
synced 2026-08-24 06:23:58 -04:00
[PR #403] [CLOSED] api/embeddings endpoint added to doc
#480
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/docs/pull/403
Author: @hdnh2006
Created: 2/14/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
209f3cbapi/embeddingsendpoint 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/embeddingsendpoint.Details
The
/api/embeddingsendpoint 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
/api/embeddings.See Also
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.