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

### Problem It is not good to clear the chat or continue to prompt in a somewhat "dirty" chat history, both from a cost and quality perspective. ### Proposed Solution...

enhancement

Attention Jupyter AI users! I have some exciting news to share in this issue. We are currently planning, designing, and building the next major release of Jupyter AI, v3.0.0. This...

enhancement

## Problem It's unclear how local variables, functions, and classes should be named due to the lack of established & documented naming conventions. Some of the existing naming conventions were...

documentation
enhancement

### Problem It is sometimes ambiguous on what changes are breaking and non-breaking. Renaming a public method is certainly a breaking change, but what about public attributes? Should we allow...

documentation

## Description [Cross-region inference (CRI)](https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html) allows requests to be automatically routed within any set of regions, which mitigates restrictions imposed by service quotas or peak usage times. CRI is also...

enhancement

## Description Jupyter-server uses `jupyter_server.services.contents.manager.ContentsManager` for interactions with the filesystem. This gives users the ability to attach external file systems to Jupyter, for example hosted on object storage (i.e. S3...

bug

### Problem When the user is scrolled somewhere other than the bottom of the chat UI's messages panel, and a new message comes in, there is no visual indicator that...

enhancement
scope:chat-ux

### Problem Listing `faiss-cpu` as a required dependency has caused [numerous issues](https://github.com/jupyterlab/jupyter-ai/issues?q=label%3Adependency%3Afaiss-cpu+) for users. - [Meta does not distribute any builds of FAISS](https://github.com/facebookresearch/faiss/wiki/Installing-Faiss#why-dont-you-support-installing-via-xxx-). FAISS distributions on PyPI and Conda Forge...

enhancement
scope:faiss-cpu

### Problem The Python code under `packages/jupyter-ai/jupyter_ai` lacks a directory structure. The location of each file was just determined by whoever added it first. This brings about a few minor...

enhancement

With the Jupyter AI 3.0.0a0 pre-release, I am seeing a 404 in the browser console when I create a new chat file. ## Description In spite of this 404, the...

bug