Skip to content

Releases: manticoresoftware/php-ext-model

v0.2.0

06 Apr 10:02
8fe95f6
Compare
Choose a tag to compare

Fixes:

  • Resolved the issue with cosine vector similarity by normalizing the results.

Breaking changes:

  • Deprecated text truncation.
  • Added autologic to generate average embeddings when the text size exceeds the limit for the model we're using.

v0.1.0

25 Mar 11:04
d8b15ed
Compare
Choose a tag to compare

Initial version with truncation enabled and support of all sentence-transformers model that returns only [CLS] token embeddings for the input sequence.