-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Labels
Milestone
Description
Is your feature request related to a problem? Please describe.
Need to be able to benchmark the Embeddings capability of the server
Describe the solution you'd like
- Adds support for benchmarking the /v1/embeddings endpoint, enabling performance testing of text embedding models.
- Add embeddings request type to schemas
- Implement EmbeddingsResponseHandler for processing embedding response
- Add EmbeddingsRequestFormatter for request preparation
- Implement mock server handler with synthetic embedding generation
- Add e2e and unit tests for embeddings benchmarking
- Add embeddings guide documentation
Additional context
PR #501
Reactions are currently unavailable