Skip to content

Releases: Aleph-Alpha/aleph-alpha-client

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

v3.5.0

25 Sep 11:34
e918620
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.1...v3.5.0

v3.4.2a1

04 Sep 11:47
5acb42b
Compare
Choose a tag to compare
v3.4.2a1 Pre-release
Pre-release

What's Changed

  • Alpha release for exporting type hints

Full Changelog: v3.4.0...v3.4.2a1

v3.4.1

01 Sep 09:29
865d248
Compare
Choose a tag to compare

What's Changed

  • prompt template now resets cached non text items after creating prompt by @rutgercap in #131

Full Changelog: v3.4.0...v3.4.1

v3.4.0

30 Aug 13:42
faa0571
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.1...v3.4.0

v3.3.0

24 Aug 07:54
Compare
Choose a tag to compare

What's Changed

  • Add PromptTemplate to support easy creation of multi-modal prompts
  • Fix parsing of optimized prompt returned in a CompletionResponse

New Contributors

Full Changelog: v3.2.4...v3.3.0