Version 1.89

Prev Next

Version 1.89

19 July, 2024

AI Module Note

Please use the following stable AI modules for the v1.89 update!

  • sentence-embedding (v13)
  • text-normalization (v21)
  • text-classification-mlp (v16)
  • question-answering (v4)
  • text-sentiment (v8)
  • text-clustering (v20)
  • text-language (v7)
  • machine-translation (v1)

Improvements

  • Semi-Supervised Text-Clustering:
    We are excited to introduce a new semi-supervised text clustering feature that combines labeled and unlabeled data for better model performance. You can now use "Utterance," "Dialogue," "Plain Text," and the newly added "Intent" as data schema options for clustering. The new structure supports multiple data schemas in a single training request, including "dialogue," "dialogue + intent," and "intent." Additionally, the training endpoint (api/external/trainings/train) has been updated to accept optional parameters "secondaryDataSchema" and "secondaryDataFile" for sending dialogue and intent data schemas and files in the same request. Please ensure to use text-clustering-v20 to utilize semi-supervised text clustering.

  • New Version of text-language Services:
    New Version text-language v7 is tested and released.