Skip to content

Releases: Aleph-Alpha/aleph-alpha-client

v7.4.0

02 Oct 09:17
7c07328
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.3.0...v7.4.0

v7.3.0

13 Aug 10:55
1ec4c50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.1.0...v7.3.0

v7.1.0

25 Apr 17:44
5791bc0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.0.1...v7.1.0

v7.0.1

21 Feb 10:01
0e92854
Compare
Choose a tag to compare

What's Changed

  • fixed a bug in from_tokens and Token documentation

Full Changelog: v7.0.0...v7.0.1

v7.0.0

15 Jan 15:30
65688cd
Compare
Choose a tag to compare
  • Added num_tokens_prompt_total to EvaluationResponse
  • HTTP API version 1.16.0 or higher is required.

v6.0.0

11 Jan 12:39
Compare
Choose a tag to compare
  • Added num_tokens_prompt_total to the types below.
    This is a breaking change since num_tokens_prompt_total is mandatory.
    • EmbeddingResponse
    • SemanticEmbeddingResponse
    • BatchSemanticEmbeddingResponse
  • HTTP API version 1.15.0 or higher is required.

v5.0.0

05 Dec 14:44
e5daa22
Compare
Choose a tag to compare

What's Changed

  • Added num_tokens_prompt_total and num_tokens_generated to CompletionResponse. This is a
    breaking change as these were introduced as mandatory parameters rather than optional ones.
    HTTP API version 1.14.0 or higher is required.

Full Changelog: v4.1.0...v5.0.0

v4.1.0

17 Nov 11:58
75bdc3f
Compare
Choose a tag to compare

What's Changed

  • Added verify_ssl flag so you can disable SSL checking for your sessions.

Full Changelog: v4.0.0...v4.1.0

v4.0.0

18 Oct 12:37
eda4801
Compare
Choose a tag to compare

What's Changed

  • Reduce number of tasks created by batch semantic embedding test
  • Remove costly embedding test from system tests
  • Use dataclasses instead of namedtuples. Even if this is technically a breaking change
    probably not much source code is actually affected as constructing instances still behaves
    the same.

Full Changelog: v3.5.1...v4.0.0

v3.5.1 Fix serialization of Prompt-based Documents in QA

27 Sep 14:49
23ade75
Compare
Choose a tag to compare

What's Changed

  • Fix serialization of Prompt-based Documents in QA

Full Changelog: v3.5.0...v3.5.1