Skip to content

Releases: AI21Labs/ai21-python

v2.14.1

26 Aug 08:22
Compare
Choose a tag to compare

v2.14.1 (2024-08-26)

Fix

  • fix: Bug fixes - embed, streaming response, request retry rename (#206)

Co-authored-by: Paz Shalev <pazs@ai21.com> (882de79)

v2.14.0

22 Aug 17:06
Compare
Choose a tag to compare

v2.14.0 (2024-08-22)

Feature

Fix

v2.13.0

21 Aug 15:16
Compare
Choose a tag to compare

v2.13.0 (2024-08-21)

Chore

  • chore(deps): bump python-semantic-release/python-semantic-release (#204)

Bumps python-semantic-release/python-semantic-release from 9.8.6 to 9.8.7.


updated-dependencies:

  • dependency-name: python-semantic-release/python-semantic-release
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (82d3abe)

Documentation

  • docs: Fixed Conversational RAG README (#199)

  • docs: README for RAG

  • docs: Added link (e20978a)

Feature

v2.13.0-rc.2

21 Aug 08:29
Compare
Choose a tag to compare
v2.13.0-rc.2 Pre-release
Pre-release

v2.13.0-rc.2 (2024-08-21)

Feature

  • feat: a few more classes to TypedDict (99f9160)

  • feat: response json example (75f9d7c)

  • feat: unioned chat message types + async unit tests (fbb8267)

Fix

  • fix: PR comments addressed (a66d4e1)

  • fix: remove keys, again (9588c29)

v2.13.0-rc.1

20 Aug 12:09
Compare
Choose a tag to compare
v2.13.0-rc.1 Pre-release
Pre-release

v2.13.0-rc.1 (2024-08-20)

Documentation

  • docs: Fixed Conversational RAG README (#199)

  • docs: README for RAG

  • docs: Added link (e20978a)

Feature

  • feat: multiple tools example (d95fc69)

  • feat: revert TypedDict (e5b6b48)

  • feat: test TypedDict usage (3952220)

  • feat: more flow in the func calling example (067ad50)

  • feat: added models to all (4ab26c2)

  • feat: fix DocumentSchema (98e4b4b)

  • feat: simplify models (c9e1b3a)

  • feat: PR changes (f5a1d5e)

  • feat: unit tests (6fb5c6e)

  • feat: fix formatter (a778c8e)

  • feat: jamba 1.5 features - tools calls (function calling), documents, response_format (5e186b9)

Fix

  • fix: replace jamba-instruct usage with jamba-1.5, add documentation (#201)

  • fix: replace jamba-instruct usage with jamba-1.5, add jamba-instruct to legacy models, log headers in http_client

  • fix: formatting

  • fix: model name change (47f9668)

  • fix: lint (58e407d)

  • fix: remove key (9eb439f)

  • fix: fix all unit tests and a fix (b41b31a)

Unknown

  • Merge pull request #202 from AI21Labs/chat-model-with-tools-docs-and-response-format

feat: Chat model with tools docs and response format (9f4ed9b)

  • Merge branch 'chat-model-with-tools-docs-and-response-format' of github.com:AI21Labs/ai21-python into chat-model-with-tools-docs-and-response-format (c1fff86)

  • Revert "feat: revert TypedDict"

This reverts commit e5b6b48. (157635e)

v2.12.0

07 Aug 12:40
Compare
Choose a tag to compare

v2.12.0 (2024-08-07)

Feature

  • feat: ✨ add conversational RAG resource (#198) (fca3729)

v2.11.0

06 Aug 06:46
Compare
Choose a tag to compare

v2.11.0 (2024-08-06)

Chore

  • chore(deps): bump python-semantic-release/python-semantic-release (#190)

Bumps python-semantic-release/python-semantic-release from 9.8.5 to 9.8.6.


updated-dependencies:

  • dependency-name: python-semantic-release/python-semantic-release
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Asaf Joseph Gardin <39553475+Josephasafg@users.noreply.github.com> (0c7622b)

Feature

  • feat: add stream support for Bedrock (#191)

  • feat: add stream support for bedrock

  • chore: fix error

  • chore: fix stream examples

  • fix: add fix for last chunk on bedrock, add tests

  • test: fix unittests

  • test: remove comments

  • test: fix integration test

  • chore: cr comments

  • refactor: cr comments

  • refactor: async stream example

  • refactor: cr comments


Co-authored-by: Asaf Joseph Gardin <39553475+Josephasafg@users.noreply.github.com> (5392b52)

v2.10.1

31 Jul 06:49
Compare
Choose a tag to compare

v2.10.1 (2024-07-31)

Ci

  • ci: Fix label swap syntax (#196)

  • ci: Added quotes

  • ci: Read from env (a31233b)

  • ci: fix size labeler (#195) (1247b81)

Fix

  • fix: remove redundant dependency - dataclass json (#194)

  • fix: remove redundant dependency - dataclass json

  • chore: use j2 ultra in examples

  • test: use j2 ultra in completion tests


Co-authored-by: Asaf Joseph Gardin <39553475+Josephasafg@users.noreply.github.com> (e8dcd27)

v2.10.0

29 Jul 12:37
Compare
Choose a tag to compare

v2.10.0 (2024-07-29)

Chore

  • chore(deps-dev): bump setuptools from 69.5.1 to 70.0.0 (#186)

Bumps setuptools from 69.5.1 to 70.0.0.


updated-dependencies:

  • dependency-name: setuptools
    dependency-type: indirect
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Asaf Joseph Gardin <39553475+Josephasafg@users.noreply.github.com> (51b59f8)

  • chore(deps): bump python-semantic-release/python-semantic-release (#179)

Bumps python-semantic-release/python-semantic-release from 9.8.3 to 9.8.5.


updated-dependencies:

  • dependency-name: python-semantic-release/python-semantic-release
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Asaf Joseph Gardin <39553475+Josephasafg@users.noreply.github.com> (2175f81)

Documentation

Feature

  • feat: Pydantic Migration (#193)

  • feat: Pydantic migration (#189)

  • refactor: migrate from dataclass to pydantic for responses

  • fix: add backward compatability for to_json, from_json

  • fix: add missing by_alias, add from_json to penalty, add tests

  • ci: add pydantic matrix for unittests

  • ci: fix version mismatch

  • test: fix test

  • ci: add matrix to integration tests for pydantic version

  • ci: limit parallel run in integration tests

  • refactor: ci comments, use to_, and from_ funcs internally

  • refactor: ci comments, attach alias by field, create private functions for serialization, add deprecation warning

  • refactor: ci comments, attach alias by field, create private functions for serialization, add deprecation warning

  • test: fix tests

  • test: fix tests

  • test: fix tests

  • chore: ci comments, remove basemodel from not_given

  • chore(release): v2.10.0-rc.1 [skip ci]

  • chore: lower min pydantic version (#192)


Co-authored-by: semantic-release <semantic-release> (135ea43)

v2.10.0-rc.1

28 Jul 13:03
Compare
Choose a tag to compare
v2.10.0-rc.1 Pre-release
Pre-release

v2.10.0-rc.1 (2024-07-28)

Chore

  • chore(deps-dev): bump setuptools from 69.5.1 to 70.0.0 (#186)

Bumps setuptools from 69.5.1 to 70.0.0.


updated-dependencies:

  • dependency-name: setuptools
    dependency-type: indirect
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Asaf Joseph Gardin <39553475+Josephasafg@users.noreply.github.com> (51b59f8)

  • chore(deps): bump python-semantic-release/python-semantic-release (#179)

Bumps python-semantic-release/python-semantic-release from 9.8.3 to 9.8.5.


updated-dependencies:

  • dependency-name: python-semantic-release/python-semantic-release
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Asaf Joseph Gardin <39553475+Josephasafg@users.noreply.github.com> (2175f81)

Documentation

Feature

  • feat: Pydantic migration (#189)

  • refactor: migrate from dataclass to pydantic for responses

  • fix: add backward compatability for to_json, from_json

  • fix: add missing by_alias, add from_json to penalty, add tests

  • ci: add pydantic matrix for unittests

  • ci: fix version mismatch

  • test: fix test

  • ci: add matrix to integration tests for pydantic version

  • ci: limit parallel run in integration tests

  • refactor: ci comments, use to_, and from_ funcs internally

  • refactor: ci comments, attach alias by field, create private functions for serialization, add deprecation warning

  • refactor: ci comments, attach alias by field, create private functions for serialization, add deprecation warning

  • test: fix tests

  • test: fix tests

  • test: fix tests

  • chore: ci comments, remove basemodel from not_given (2591bc7)