You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to run several adapters on the same input.
For example, being able to call the python client function with several adapters instead of a single one and retrieve the answers of all the adapters at the same time.
Motivation
There are many cases where we want to run several distinct adapters on a user input. Being able to list all the adapters in a single function call would save on sending the user input several times, and we may be able to share some computing across adapters because we know the input is the same.
Your contribution
With some guidance, I should be able to create a PR.
The text was updated successfully, but these errors were encountered:
Feature request
I'd like to be able to run several adapters on the same input.
For example, being able to call the python client function with several adapters instead of a single one and retrieve the answers of all the adapters at the same time.
Motivation
There are many cases where we want to run several distinct adapters on a user input. Being able to list all the adapters in a single function call would save on sending the user input several times, and we may be able to share some computing across adapters because we know the input is the same.
Your contribution
With some guidance, I should be able to create a PR.
The text was updated successfully, but these errors were encountered: