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
When installing jupyter-ai I'd like to be able to install specific classes of model providers without having to install all, e.g.:
uv pip install jupyter-ai[anthropic]
Instead of uv pip install jupyter-ai[all]
Note I'm assuming this doesn't already exist (I tried and got errors).
I'd be happy to help with this if possible (caveat I don't have much experience with this kind of thing so there would be a learning curve). It does seem like keeping track of all these optional dependencies could be a maintenance headache, so if the maintainers don't like this idea I get it. 😄
EricThomson
changed the title
Request for individual vendors instead of all
Install option for individual vendors instead of all
Sep 3, 2024
EricThomson
changed the title
Install option for individual vendors instead of all
Install option for individual model providers instead of all
Sep 3, 2024
When installing
jupyter-ai
I'd like to be able to install specific classes of model providers without having to install all, e.g.:uv pip install jupyter-ai[anthropic]
Instead of
uv pip install jupyter-ai[all]
Note I'm assuming this doesn't already exist (I tried and got errors).
I'd be happy to help with this if possible (caveat I don't have much experience with this kind of thing so there would be a learning curve). It does seem like keeping track of all these optional dependencies could be a maintenance headache, so if the maintainers don't like this idea I get it. 😄
Related to #958
The text was updated successfully, but these errors were encountered: