Releases: jupyterlab/jupyter-ai
v2.17.0
2.17.0
Enhancements made
- Add
/fix
slash command #828 (@dlqqq) - Add support for MistralAI #823 (@jtpio)
- Document supported file types for /learn #816 (@JasonWeill)
- Refactor split function with tests #811 (@srdas)
- Autocomplete UI for slash commands #810 (@dlqqq)
Bugs fixed
Maintenance and upkeep improvements
- Prevent overriding
server_settings
on base provider class #825 (@krassowski) - Fix import deprecations #824 (@jtpio)
Documentation improvements
- Document supported file types for /learn #816 (@JasonWeill)
- Document how to create completions using full notebook content #777 (@krassowski)
Contributors to this release
(GitHub contributors page for this release)
@dlqqq | @JasonWeill | @jtpio | @krassowski | @srdas
v2.16.0
2.16.0
Enhancements made
Bugs fixed
- Fix Azure OpenAI authentication from UI #794 (@dlqqq)
- Updated Hugging Face chat and magics processing with new APIs, clients #784 (@srdas)
Contributors to this release
(GitHub contributors page for this release)
@dlqqq | @JasonWeill | @srdas
v2.15.0
2.15.0
Enhancements made
- Add Titan embedding model v2 #778 (@srdas)
- Save chat history to Jupyter Lab's root directory #770 (@srdas)
- Add new Bedrock model IDs #764 (@srdas)
- learn arxiv tex files #742 (@srdas)
- Distinguish between completion and chat models #711 (@krassowski)
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
Contributors to this release
(GitHub contributors page for this release)
@3coins | @dlqqq | @krassowski | @michaelchia | @srdas
v1.15.0
1.15.0
Enhancements made
- [1.x] Save chat history to Jupyter Lab's root directory (#770) #780 (@srdas)
- Add Titan embedding model v2 #778 (@srdas)
- Add new Bedrock model IDs #764 (@srdas)
Bugs fixed
- change unsupported_slash_commands default value from dict to set #768 (@michaelchia)
- Switch to langchain_community #758 (@srdas)
Documentation improvements
Contributors to this release
(GitHub contributors page for this release)
@3coins | @dlqqq | @krassowski | @meeseeksmachine | @srdas
v2.14.1
2.14.1
Bugs fixed
- Load persisted vector store by default #753 (@dlqqq)
- Remove
pypdf
from required dependencies #752 (@dlqqq) - Fix /learn in 2.14.0 #747 (@michaelchia)
Contributors to this release
v1.14.1
1.14.1
Bugs fixed
- Load persisted vector store by default #753 (@dlqqq)
- Remove
pypdf
from required dependencies #752 (@dlqqq) - Fix /learn in 2.14.0 #747 (@michaelchia)
Contributors to this release
v2.14.0
2.14.0
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 fixPersona
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
1.14.0
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
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
v1.13.0
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.
Enhancements made
- Improve support for custom providers #713 (@dlqqq)
- Update Anthropic providers to use
langchain_anthropic
partner package #700 (@dlqqq) - Use
AZURE_OPENAI_API_KEY
for Azure OpenAI provider #691 (@aroffe99) - [1.x] Add Claude-3-Haiku (#696) #697 (@srdas)
- /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)
@dlqqq | @lumberbot-app | @meeseeksmachine | @srdas | @welcome