Releases: jupyterlab/jupyter-ai
v2.8.0
2.8.0
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
- Clarify/fix conda instructions #547 (@krassowski)
- Main branch is compatible with Lab 4 only #536 (@JasonWeill)
- Document entry point and API for custom embedding models #533 (@krassowski)
Contributors to this release
(GitHub contributors page for this release)
@dlqqq | @ellisonbg | @jamesjun | @JasonWeill | @krassowski | @sundaraa-deshaw | @welcome | @Zsailer
v1.8.0
1.8.0
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
2.7.1
Enhancements made
- Refactor ConfigManager._init_config #527 (@andrii-i)
- Upgrades to langchain 0.0.350 #522 (@JasonWeill)
- Dynamically generate help message for slash commands in chat UI #520 (@krassowski)
- Run Python unit tests as a part of CI #519 (@andrii-i)
- Update README.md - under incubation #517 (@JasonWeill)
- Make Jupyternaut reply for API auth errors user-friendly #513 (@andrii-i)
- Respect user preferred dir and allow to configure logs dir #490 (@krassowski)
Bugs fixed
Maintenance and upkeep improvements
- Refactor ConfigManager._init_config #527 (@andrii-i)
- Upgrades to langchain 0.0.350 #522 (@JasonWeill)
- Run Python unit tests as a part of CI #519 (@andrii-i)
Documentation improvements
- Update README.md - under incubation #517 (@JasonWeill)
Contributors to this release
(GitHub contributors page for this release)
@andrii-i | @dlqqq | @JasonWeill | @krassowski | @lumberbot-app
v1.7.1
1.7.1
Enhancements made
- Update README.md - under incubation #517 (@JasonWeill)
- Refactor ConfigManager._init_config #527 (@andrii-i)
- Make Jupyternaut reply for API auth errors user-friendly #513 (@andrii-i)
- [1.x] Respect user preferred dir and allow to configure logs dir #528 (@dlqqq)
- Dynamically generate help message for slash commands in chat UI #520 (@krassowski)
- Upgrades to langchain 0.0.350 #522 (@JasonWeill)
- Run Python unit tests as a part of CI #519 (@andrii-i)
Bugs fixed
Maintenance and upkeep improvements
- Refactor ConfigManager._init_config #527 (@andrii-i)
- Upgrades to langchain 0.0.350 #522 (@JasonWeill)
- Run Python unit tests as a part of CI #519 (@andrii-i)
Documentation improvements
- Update README.md - under incubation #517 (@JasonWeill)
Contributors to this release
v2.7.0
2.7.0
Enhancements made
- Adds new models to Bedrock provider #499 (@JasonWeill)
- Base chat handler refactor for custom slash commands #398 (@JasonWeill)
Bugs fixed
Maintenance and upkeep improvements
- Remove stale
@jupyterlab/collaboration
dependency #489 (@krassowski) - Don't run check-release on release #477 (@Adithya4720)
Documentation improvements
- Remove config.json-related information #503 (@andrii-i)
- Update Users section of the docs #494 (@andrii-i)
- Update README.md #473 (@3coins)
Contributors to this release
(GitHub contributors page for this release)
@3coins | @Adithya4720 | @andrii-i | @dlqqq | @JasonWeill | @krassowski | @welcome | @Zsailer
v1.7.0
1.7.0
Enhancements made
Bugs fixed
Maintenance and upkeep improvements
- Don't run check-release on release #477 (@Adithya4720)
Documentation improvements
Contributors to this release
(GitHub contributors page for this release)
@3coins | @dlqqq | @meeseeksmachine | @welcome | @Zsailer
v2.6.0
2.6.0
Enhancements made
- Pydantic v1 and v2 compatibility #466 (@JasonWeill)
- Add step to create a GPT4All cache folder to the docs #457 (@andrii-i)
- Add gpt4all local models, including an embedding provider #454 (@3coins)
- Copy edits for Jupyternaut messages #439 (@JasonWeill)
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
- Add step to create a GPT4All cache folder to the docs #457 (@andrii-i)
- Updated docs for config. #450 (@3coins)
- Copy edits for Jupyternaut messages #439 (@JasonWeill)
Contributors to this release
(GitHub contributors page for this release)
@3coins | @andrii-i | @aychang95 | @dlqqq | @JasonWeill | @welcome
v1.6.0
1.6.0
Enhancements made
- Copy edits for Jupyternaut messages #475 (@JasonWeill)
- (1.x) Pydantic v1 and v2 compatibility #471 (@JasonWeill)
- Add gpt4all local models, including an embedding provider #454 (@3coins)
- Add step to create a GPT4All cache folder to the docs #457 (@andrii-i)
Bugs fixed
- Ensure initials appear in collaborative mode #443 (@aychang95)
- 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)
Documentation improvements
- Copy edits for Jupyternaut messages #475 (@JasonWeill)
- Updated docs for config. #450 (@3coins)
- Add step to create a GPT4All cache folder to the docs #457 (@andrii-i)
Contributors to this release
v2.5.0
2.5.0
Enhancements made
- Model allowlist and blocklists #446 (@dlqqq)
- DOC: Render hugging face url as link #432 (@arokem)
- Log exceptions in
/generate
to a file #431 (@dlqqq) - Model parameters option to pass in model tuning, arbitrary parameters #430 (@3coins)
- /learn skips hidden files/dirs by default, unless "-a" is specified #427 (@JasonWeill)
Bugs fixed
- Model parameters option to pass in model tuning, arbitrary parameters #430 (@3coins)
- Rename Bedrock and Bedrock chat providers in docs #429 (@JasonWeill)
Documentation improvements
- DOC: Render hugging face url as link #432 (@arokem)
- Rename Bedrock and Bedrock chat providers in docs #429 (@JasonWeill)
- Document how to add custom model providers #420 (@krassowski)
Contributors to this release
(GitHub contributors page for this release)
@3coins | @arokem | @dlqqq | @ellisonbg | @JasonWeill | @jtpio | @krassowski | @welcome | @Wzixiao
v1.5.0
1.5.0
Enhancements made
- Model parameters option to pass in model tuning, arbitrary parameters #430 (@3coins)
- Model allowlist and blocklists #446 (@dlqqq)
- /learn skips hidden files/dirs by default, unless "-a" is specified #427 (@JasonWeill)
- [1.x] Log exceptions in
/generate
to a file #440 (@dlqqq)
Bugs fixed
Contributors to this release
(GitHub contributors page for this release)
@dlqqq | @ellisonbg | @JasonWeill | @jtpio | @krassowski | @lumberbot-app | @meeseeksmachine | @welcome | @Wzixiao