Jason Weill
Jason Weill
I still see the behavior @3coins mentioned above. Not sure whether this is a bug we need to fix; although the UI looks unusual, it is normal to learn a...
@butterl Thanks for opening this issue! Which versions of JupyterLab and Jupyter AI are you using? If you're using version 1.9.0 or 2.9.0 of Jupyter AI, I'm wondering if this...
Relating to #293, which concerns sharing API key credentials across the magic commands and chat UI. It seems like we should also be sharing the proxy settings for providers that...
This is still an issue after recent revisions to the Cohere models in #584 and #594.
@sqlreport This is likely a regression after PR #551 was merged in and released in version 1.9.0 and 2.9.0. I can look at it.
With tip-of-`main` in Jupyter AI and `openai` 1.6.1, I don't see this error with an OpenAI embedding model; `/learn` on a directory including text files works without errors.
@sqlreport I looked at our existing codebase and I don't see unit tests for the `/learn` handler, sorry. There are two possible places where unexpected non-string data might come in:...
The magic commands can run independently of the chat UI, such as when using the IPython CLI application, but this is something that would improve user quality of life. As...
I retitled this issue to leave more of our options open. Especially for some of our more complex commands, like `%%ai` with SageMaker endpoints, reusing options from prior commands would...
@haesleinhuepf Thanks for opening this issue! Our `install.sh` script is intended to be run with Bash, which you can get using the Windows Subsystem for Linux (WSL): https://www.howtogeek.com/790062/how-to-install-bash-on-windows-11/ (these instructions...