-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Is your feature request related to a problem? Please describe.
Currently, it is only possible to make sync calls to TEI.
Describe the solution you'd like
An async TEIClient that supports async calls to Text Embeddings Inference.
A class AsyncTEIClient that mirrors the regular TEIClient but offers async functions instead of the regular sync functions.
Describe alternatives you've considered
Alternatively, the functionality could be implemented into the TEIClient base class. The upside of this would be that async and sync communication with TEI can be mixed. The downside is, that it introduces duplications of the functions and makes the TEIClient less simple.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels