Is your feature request related to a problem? Please describe.
Requests to the cohere API are blocking, so I'd like a run_async method added to the CohereRanker component.
Describe the solution you'd like
Add new run_async method using cohere's AsyncClientV2 to make async requests to the cohere API.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
Requests to the cohere API are blocking, so I'd like a
run_asyncmethod added to theCohereRankercomponent.Describe the solution you'd like
Add new
run_async methodusing cohere'sAsyncClientV2to make async requests to the cohere API.Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.