Skip to content

Releases: jupyterlab/jupyter-ai

v1.9.0

08 Jan 21:41
Compare
Choose a tag to compare

1.9.0

(Full Changelog)

Enhancements made

  • Upgrades openai to version 1, removes openai history in magics #551 (@JasonWeill)
  • [1.x] Implement stop_extension() #566 (@dlqqq)

Contributors to this release

(GitHub contributors page for this release)

@dlqqq | @JasonWeill | @krassowski | @lumberbot-app

v2.8.1

03 Jan 19:19
Compare
Choose a tag to compare

2.8.1

(Full Changelog)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@dlqqq | @JasonWeill | @krassowski

v1.8.1

03 Jan 18:54
Compare
Choose a tag to compare

1.8.1

(Full Changelog)

Bugs fixed

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@JasonWeill | @krassowski | @meeseeksmachine

v2.8.0

27 Dec 23:40
Compare
Choose a tag to compare

2.8.0

(Full Changelog)

Enhancements made

  • Add gpt-4-1106-preview model from openai #540 (@jamesjun)
  • Adds multi-environment variable authentication, Baidu Qianfan ERNIE-bot provider #531 (@JasonWeill)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@dlqqq | @ellisonbg | @jamesjun | @JasonWeill | @krassowski | @sundaraa-deshaw | @welcome | @Zsailer

v1.8.0

27 Dec 22:43
Compare
Choose a tag to compare

1.8.0

(Full Changelog)

Enhancements made

  • Add gpt-4-1106-preview model from openai #540 (@jamesjun)
  • Adds multi-environment variable authentication, Baidu Qianfan ERNIE-bot provider #531 (@JasonWeill)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

  • Document entry point and API for custom embedding models #533 (@krassowski)

Contributors to this release

(GitHub contributors page for this release)

@dlqqq | @ellisonbg | @krassowski | @meeseeksmachine | @sundaraa-deshaw | @welcome | @Zsailer

v2.7.1

20 Dec 20:28
Compare
Choose a tag to compare

2.7.1

(Full Changelog)

Enhancements made

Bugs fixed

  • Handle LLMs lacking concurrency support in Chat UI #506 (@dlqqq)

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@andrii-i | @dlqqq | @JasonWeill | @krassowski | @lumberbot-app

v1.7.1

20 Dec 20:12
Compare
Choose a tag to compare

1.7.1

(Full Changelog)

Enhancements made

Bugs fixed

  • Handle LLMs lacking concurrency support in Chat UI #506 (@dlqqq)

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@dlqqq | @JasonWeill | @lumberbot-app | @meeseeksmachine

v2.7.0

11 Dec 22:44
Compare
Choose a tag to compare

2.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 | @Adithya4720 | @andrii-i | @dlqqq | @JasonWeill | @krassowski | @welcome | @Zsailer

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