Releases: Aleph-Alpha/aleph-alpha-client
Releases · Aleph-Alpha/aleph-alpha-client
v6.0.0
- Added
num_tokens_prompt_total
to the types below.
This is a breaking change sincenum_tokens_prompt_total
is mandatory.EmbeddingResponse
SemanticEmbeddingResponse
BatchSemanticEmbeddingResponse
- HTTP API version 1.15.0 or higher is required.
v5.0.0
What's Changed
- Added
num_tokens_prompt_total
andnum_tokens_generated
toCompletionResponse
. 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
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
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
v3.5.0
What's Changed
- Export type hints by @rutgercap in #134
- full release of exporting type hints by @rutgercap in #135
- Deprecate Q&A and Summarization client methods by @benbrandt in #139
Full Changelog: v3.4.1...v3.5.0
v3.4.2a1
v3.4.1
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
v3.3.0
What's Changed
- Add
PromptTemplate
to support easy creation of multi-modal prompts - Fix parsing of optimized prompt returned in a
CompletionResponse
New Contributors
- @rutgercap made their first contribution in #125
Full Changelog: v3.2.4...v3.3.0