Skip to content

v2.3.0

Latest
Compare
Choose a tag to compare
@Tomas2D Tomas2D released this 22 Mar 18:43
· 13 commits to main since this release

What's Changed

  • Add Text Experimental module (see client.text.experimental)
    • Sentence Similarity (client.text.sentence_similarity).
    • Rerank (client.text.experimental.rerank).
    • Classification (client.text.experimental.classification).
  • Add Folder module (client.folder).
  • Add Tags module (client.tag).
  • Add Tasks module (client.task).
  • Add Request Feedback Service (client.request.feedback).
  • Update Moderations.
    • Add Social Bias model.
    • Remove Implicit Hate and Stigma model.
  • Add tune creation from an existing file (client.tune.create_from_file).
  • Allow to upload arbitrary files (remove old constraints for json files only).
  • Add support to update the file content (see client.file.update method).
  • Add support for the latest LangChain / LLamaIndex (migrate to 0.10.x) / Transformers versions.
  • Unify schemas between various services.

Documentation: https://ibm.github.io/ibm-generative-ai/v2.3.0/index.html

Full Changelog: v2.2.0...v2.3.0