-
Notifications
You must be signed in to change notification settings - Fork 566
Support embeddings endpoints #1205
Copy link
Copy link
Closed
Labels
area/gatewaykind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Metadata
Metadata
Assignees
Labels
area/gatewaykind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
🚀 Feature Description and Motivation
With the validation of the request body recently added, embeddings request cannot be validated under aibrix.
It would be nice to also support the
/v1/embeddingsendpoint in addition to the/v1/chat/completionsand/v1/completionsendpoints already supported.Use Case
This would be useful in order to use AiBrix for embeddings-related workloads
Proposed Solution
I'll open a dedicated PR to add embeddings support