Skip to content

Releases: jupyterlab/jupyter-ai

v1.7.0

11 Dec 22:13
Compare
Choose a tag to compare

1.7.0

(Full Changelog)

Enhancements made

Bugs fixed

  • Make links from Jupyter AI chat open in new tab (vs in the same tab currently) #474 (@andrii-i)

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@3coins | @dlqqq | @meeseeksmachine | @welcome | @Zsailer

v2.6.0

16 Nov 23:50
Compare
Choose a tag to compare

2.6.0

(Full Changelog)

Enhancements made

Bugs fixed

  • If model_provider_id or embeddings_provider_id is not associated with models, set it to None #459 (@andrii-i)
  • Add gpt4all local models, including an embedding provider #454 (@3coins)
  • Ensure initials appear in collaborative mode #443 (@aychang95)

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@3coins | @andrii-i | @aychang95 | @dlqqq | @JasonWeill | @welcome

v1.6.0

16 Nov 23:32
Compare
Choose a tag to compare

1.6.0

(Full Changelog)

Enhancements made

Bugs fixed

  • Ensure initials appear in collaborative mode #443 (@aychang95)
  • If model_provider_id or embeddings_provider_id is not associated with models, set it to None #459 (@andrii-i)
  • Add gpt4all local models, including an embedding provider #454 (@3coins)

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@dlqqq | @JasonWeill | @meeseeksmachine | @welcome

v2.5.0

08 Nov 19:01
Compare
Choose a tag to compare

2.5.0

(Full Changelog)

Enhancements made

  • Model allowlist and blocklists #446 (@dlqqq)
  • DOC: Render hugging face url as link #432 (@arokem)
  • Log exceptions in /generate to a file #431 (@dlqqq)
  • Model parameters option to pass in model tuning, arbitrary parameters #430 (@3coins)
  • /learn skips hidden files/dirs by default, unless "-a" is specified #427 (@JasonWeill)

Bugs fixed

  • Model parameters option to pass in model tuning, arbitrary parameters #430 (@3coins)
  • Rename Bedrock and Bedrock chat providers in docs #429 (@JasonWeill)

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@3coins | @arokem | @dlqqq | @ellisonbg | @JasonWeill | @jtpio | @krassowski | @welcome | @Wzixiao

v1.5.0

08 Nov 23:21
Compare
Choose a tag to compare

1.5.0

(Full Changelog)

Enhancements made

  • Model parameters option to pass in model tuning, arbitrary parameters #430 (@3coins)
  • Model allowlist and blocklists #446 (@dlqqq)
  • /learn skips hidden files/dirs by default, unless "-a" is specified #427 (@JasonWeill)
  • [1.x] Log exceptions in /generate to a file #440 (@dlqqq)

Bugs fixed

  • Model parameters option to pass in model tuning, arbitrary parameters #430 (@3coins)

Contributors to this release

(GitHub contributors page for this release)

@dlqqq | @ellisonbg | @JasonWeill | @jtpio | @krassowski | @lumberbot-app | @meeseeksmachine | @welcome | @Wzixiao

v2.4.0

24 Oct 20:11
Compare
Choose a tag to compare

2.4.0

(Full Changelog)

Hey Jupyternauts! We're excited to announce the 2.4.0 release of Jupyter AI, which includes better support for Bedrock Anthropic models. Thanks to @krassowski for providing a new feature in Jupyter AI that let's admins specify allowlists and blocklists to filter the list of providers available in the chat settings panel.

Enhancements made

Bugs fixed

  • Refactor generate for better stability with all providers/models #407 (@3coins)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@3coins | @krassowski | @pre-commit-ci

v1.4.0

24 Oct 19:00
Compare
Choose a tag to compare

1.4.0

(Full Changelog)

See v2.4.0 release notes for details on all changes in this release.

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@3coins

v2.3.0

09 Oct 16:38
Compare
Choose a tag to compare

2.3.0

(Full Changelog)

Hey Jupyternauts! We're excited to announce the 2.3.0 release of Jupyter AI, which includes better support for Anthropic models and integration with Amazon Bedrock.

There is also a significant change to how Jupyter AI settings are handled (see #353). The most significant changes are:

  1. API key values can no longer be read from the client. This was taken as a security measure to prevent accidental leakage of keys. You can still update existing API keys if you do decide to change your key in the future.
  2. The settings can not be updated if they were updated by somebody else after you opened the settings panel. This prevents different users connecting to the same server from clobbering updates from each other.
  3. There is now a much better UI for updating and deleting API keys. We hope you enjoy it.

Updating to 2.3.0 shouldn't require any changes on your end. However, if you notice an error, please submit a bug report with the server logs emitted in the terminal from the jupyter lab process. Renaming the config file $JUPYTER_DATA_DIR/jupyter_ai/config.json to some other name and then restarting jupyter lab may fix the issue if it is a result of the new config changes.

Enhancements made

Bugs fixed

  • Upgraded LangChain, fixed prompts for Bedrock #401 (@3coins)
  • Adds chat anthropic provider, new models #391 (@3coins)

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@3coins | @andrii-i | @dlqqq | @JasonWeill | @krassowski

v1.3.0

09 Oct 15:59
Compare
Choose a tag to compare

1.3.0

(Full Changelog)

This is a backport of v2.3.0 to 1.x. Please see the v2.3.0 changelog for a more comprehensive and detailed summary of changes made since 1.2.0.

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@3coins | @andrii-i | @dlqqq | @JasonWeill | @krassowski

v2.2.0

05 Sep 19:48
Compare
Choose a tag to compare

2.2.0

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

  • Upgrades LangChain to 0.0.277 #375 (@3coins)
  • relax pinning on importlib_metadata, typing_extensions #363 (@minrk)

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@3coins | @andrii-i | @JasonWeill | @krassowski | @michaelchia | @minrk | @welcome