Skip to content

v2.13.0

Compare
Choose a tag to compare
@dlqqq dlqqq released this 04 Apr 23:21
· 171 commits to main since this release

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