Is your feature request related to a problem? Please describe.
Requests to the Jina API is blocking and I'd like run_async methods to allow benefits from using components from this integration in an AsyncPipeline.
Describe the solution you'd like
Add run_async methods to the embedding components, connectors and rankers using httpx. It would also be good to replace the usage of requests in for the sync run methods aligning with what was done in deepset-ai/haystack#11047.
Describe alternatives you've considered
Only using httpx for the run_async methods.
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 Jina API is blocking and I'd like
run_asyncmethods to allow benefits from using components from this integration in anAsyncPipeline.Describe the solution you'd like
Add
run_asyncmethods to the embedding components, connectors and rankers usinghttpx. It would also be good to replace the usage ofrequestsin for the sync run methods aligning with what was done in deepset-ai/haystack#11047.Describe alternatives you've considered
Only using
httpxfor therun_asyncmethods.Additional context
Add any other context or screenshots about the feature request here.