Skip to content

Releases: jupyterlab/jupyter-ai

v2.15.0

09 May 21:56
Compare
Choose a tag to compare

2.15.0

(Full Changelog)

Enhancements made

Bugs fixed

  • Save chat history to Jupyter Lab's root directory #770 (@srdas)
  • change unsupported_slash_commands default value from dict to set #768 (@michaelchia)
  • Switch to langchain_community #758 (@srdas)

Documentation improvements

  • Add JL3 end-of-maintenance notice to README and RTD #760 (@dlqqq)

Contributors to this release

(GitHub contributors page for this release)

@3coins | @dlqqq | @krassowski | @michaelchia | @srdas

v1.15.0

09 May 21:41
Compare
Choose a tag to compare

1.15.0

(Full Changelog)

Enhancements made

Bugs fixed

  • change unsupported_slash_commands default value from dict to set #768 (@michaelchia)
  • Switch to langchain_community #758 (@srdas)

Documentation improvements

  • Add JL3 end-of-maintenance notice to README and RTD #760 (@dlqqq)

Contributors to this release

(GitHub contributors page for this release)

@3coins | @dlqqq | @krassowski | @meeseeksmachine | @srdas

v2.14.1

29 Apr 16:36
Compare
Choose a tag to compare

2.14.1

(Full Changelog)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@3coins | @dlqqq | @michaelchia

v1.14.1

29 Apr 16:25
Compare
Choose a tag to compare

1.14.1

(Full Changelog)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@3coins | @meeseeksmachine

v2.14.0

25 Apr 22:01
Compare
Choose a tag to compare

2.14.0

(Full Changelog)

Enhancements made

  • Handle single files, pdfs, errors from missing loader dependencies in /learn #733 (@srdas)
  • Move methods generating completion replies to the provider #717 (@krassowski)
  • Handle Single Files and also enable html, pdf file formats for /learn #712 (@srdas)

Bugs fixed

  • Catch embedding model validation errors on extension init #735 (@dlqqq)
  • Require jupyter_ai_magics 2.13.0 to fix Persona import #731 (@krassowski)
  • Fixes help slash command. #729 (@3coins)
  • Remove trailing Markdown code tags in completion suggestions #726 (@bartleusink)
  • Update Azure OpenAI fields #722 (@cloutier)
  • Handle Single Files and also enable html, pdf file formats for /learn #712 (@srdas)

Contributors to this release

(GitHub contributors page for this release)

@3coins | @bartleusink | @cloutier | @dlqqq | @krassowski | @srdas | @welcome

v1.14.0

25 Apr 21:43
Compare
Choose a tag to compare

1.14.0

(Full Changelog)

Enhancements made

  • Handle single files, pdfs, errors from missing loader dependencies in /learn #733 (@srdas)
  • Handle Single Files and also enable html, pdf file formats for /learn #712 (@srdas)

Bugs fixed

  • Fixes help slash command. #729 (@3coins)
  • Update Azure OpenAI fields #722 (@cloutier)
  • Catch embedding model validation errors on extension init #735 (@dlqqq)
  • Handle Single Files and also enable html, pdf file formats for /learn #712 (@srdas)

Contributors to this release

(GitHub contributors page for this release)

@3coins | @dlqqq | @krassowski | @meeseeksmachine | @welcome

v2.13.0

04 Apr 23:21
Compare
Choose a tag to compare

2.13.0

This release uses the new LangChain partner packages for Anthropic and OpenAI. This allows Jupyter AI to support additional Anthropic and OpenAI models that are not available from the langchain package alone.

Existing users upgrading to this version will have to take additional action, outlined below.

  • If you are using Anthropic models: please install the langchain-anthropic package.
  • If you are using OpenAI models: please install the langchain-openai package.
  • Otherwise, no action is needed.

(Full Changelog)

Enhancements made

Bugs fixed

  • Fix rendering of model IDs with a colon in their name #704 (@dlqqq)
  • Update Anthropic providers to use langchain_anthropic partner package #700 (@dlqqq)
  • Use new langchain-openai partner package #653 (@startakovsky)

Contributors to this release

(GitHub contributors page for this release)

@apurvakhatri | @aroffe99 | @dlqqq | @lumberbot-app | @srdas | @startakovsky | @welcome

v1.13.0

04 Apr 22:30
Compare
Choose a tag to compare

1.13.0

This release uses the new LangChain partner packages for Anthropic and OpenAI. This allows Jupyter AI to support additional Anthropic and OpenAI models that are not available from the langchain package alone.

Existing users upgrading to this version will have to take additional action, outlined below.

  • If you are using Anthropic models: please install the langchain-anthropic package.
  • If you are using OpenAI models: please install the langchain-openai package.
  • Otherwise, no action is needed.

(Full Changelog)

Enhancements made

Bugs fixed

  • Fix rendering of model IDs with a colon in their name #704 (@dlqqq)
  • Update Anthropic providers to use langchain_anthropic partner package #700 (@dlqqq)
  • Use new langchain-openai partner package #653 (@startakovsky)

Contributors to this release

(GitHub contributors page for this release)

@dlqqq | @lumberbot-app | @meeseeksmachine | @srdas | @welcome

v2.12.0

11 Mar 23:12
Compare
Choose a tag to compare

2.12.0

(Full Changelog)

Enhancements made

Bugs fixed

  • Fix selecting models with a colon in their ID #682 (@dlqqq)
  • Use regex in TeX replace function to catch repeating symbol occurrences #675 (@andrii-i)
  • Resolves chat panel initialization error #660 (@abbott)
  • fix bug: check before using the variables #656 (@ya0guang)

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@abbott | @andrii-i | @apurvakhatri | @dlqqq | @giswqs | @lumberbot-app | @MahdiDavari | @srdas | @welcome | @ya0guang

v1.12.0

11 Mar 21:37
Compare
Choose a tag to compare

1.12.0

(Full Changelog)

Enhancements made

Bugs fixed

  • Fix selecting models with a colon in their ID #682 (@dlqqq)
  • Use regex in TeX replace function to catch repeating symbol occurrences #675 (@andrii-i)

Contributors to this release

(GitHub contributors page for this release)

@dlqqq | @giswqs | @lumberbot-app | @meeseeksmachine | @welcome