jupyter-ai icon indicating copy to clipboard operation
jupyter-ai copied to clipboard

A generative AI extension for JupyterLab

Results 319 jupyter-ai issues
Sort by recently updated
recently updated
newest added
trafficstars

## Description `allowed_providers`/`blocked_providers` no longer work if only one is given. This is a pretty severe regression for administrators of tightly controlled deployments. ## Reproduce with traitlets `5.13.0` and `5.14.3`:...

bug

### Problem #905 removed the "Include selection" checkbox from the chat UI in favor of a dropdown beside the "send" button. However, the documentation still refers to the "include selection"...

documentation
enhancement

## Description This issue proposes new components for adding and managing Knowledgebases in Jupyter AI, allowing users to attach external knowledgebases and target questions to specific datasets or files. This...

enhancement
scope:RAG

Hi everyone, I had previously posted about this "error", could anyone help me? As you can see, when trying to make the inline completion model work nothing happens, only the...

bug

### Problem The embedding interface (`/learn`, `/ask`) is really nice and remarkably useful. Currently though, it seems that a user can have only one active context at a time. This...

enhancement
project:learn-ask

This is currently not supported but would be amazing to have: https://github.com/jupyterlite/jupyterlite does not support some of the extensions. I have some spare capacity to do this over the summer...

enhancement

## Description In the settings dialog, after I click "Save Changes", the confirmation message does not appear. ## Reproduce Open the settings dialog. Scroll to the bottom, and click "Save...

bug

### Problem I would like to reenter previous conversations. ### Proposed Solution Proposal is to add a couple more buttons at the top to start a new conversation (from https://github.com/jupyterlab/jupyter-ai/issues/616)...

enhancement

### Problem A fresh installation of Jupyter AI has the following aliases predefined. Several of these are obsolete or little-used, and by pre-defining these aliases, we developers seem to be...

enhancement
@jupyter-ai/magics

## Description https://github.com/jupyterlab/jupyter-ai/blob/2019571d916549262d04b3c02ec13e043935a7d4/packages/jupyter-ai/jupyter_ai/chat_handlers/learn.py#L44 is not used at all. It used to be used for "Loading and splitting files for" message a year ago: https://github.com/jupyterlab/jupyter-ai/blob/1bc264ef6507574a8b22e8b5b62aebaf63f725c3/packages/jupyter-ai/jupyter_ai/actors/learn.py#L82-L83 but since it was refactored to:...

bug
regression