I only have a subset of providers to choose from with jupyter-ai, 2.20. Is there something that needs further configuration to show the complete list?
You need to install the optional packages to use the see the extra models (and the reload jupyterlab). pip install jupyter-ai[all]
will install all. Unfortunately not documented yet. For specific packages required see: Users — Jupyter AI documentation
I opened `pip install jupyter-ai[all]` should be documented, and requirement to install extra packages mentioned in the install section · Issue #958 · jupyterlab/jupyter-ai · GitHub to track documenting this
Thank you! I finally noticed the errors in the terminal and added the specific Langchain modules I needed. As you said, mentioning the [all] in the installation section would be helpful, though I don’t necessarily need them all. I didn’t notice the last column of the table in the Providers section until now.