Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running several adapters on the same input #606

Open
arnaud-secondlayer opened this issue Sep 15, 2024 · 0 comments
Open

Running several adapters on the same input #606

arnaud-secondlayer opened this issue Sep 15, 2024 · 0 comments

Comments

@arnaud-secondlayer
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant