v2.13.0
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.
Enhancements made
- Improve support for custom providers #713 (@dlqqq)
- Update Anthropic providers to use
langchain_anthropic
partner package #700 (@dlqqq) - Add Claude-3-Haiku #696 (@srdas)
- Use
AZURE_OPENAI_API_KEY
for Azure OpenAI provider #691 (@aroffe99) - /export added #658 (@apurvakhatri)
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