jupyter-ai
jupyter-ai copied to clipboard
A generative AI extension for JupyterLab
### 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...
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...
## 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...
### 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...
## 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...
## 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...
### 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...
### 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...
### 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...
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...