Skip to content

v3.0.0

Compare
Choose a tag to compare
@ahartel ahartel released this 04 Apr 08:52
· 246 commits to main since this release
3e5c3de

What's Changed

Breaking Changes

  • Removed deprecated AlephAlphaClient and AlephAlphaModel. Use Client or AsyncClient instead.
  • Removed deprecated ImagePrompt. Import Image instead for image prompt items.
  • New Q&A interface. We've improved the Q&A implementation, and most parameters are no longer needed.
    • You only need to specify your documents, a query, and (optional) the max number of answers you want to receive.
    • You no longer specify a model.
  • Removed "model" parameter from summarize method
  • Removed "model_version" from SummarizationResponse

Full Changelog: v2.17.0...v3.0.0