Skip to content

Releases: elastic/eland

8.15.3

09 Oct 12:21
v8.15.3
2916b51
Compare
Choose a tag to compare

8.15.3 (2024-10-09)

  • Added support for DeBERTa-V2 tokenizer (#717)
  • Fixed --ca-cert with a shared Elasticsearch Docker volume (#732)

8.15.2

02 Oct 10:48
v8.15.2
a45c7bc
Compare
Choose a tag to compare
  • Fixed Docker image build (#728)

8.15.1

01 Oct 11:33
v8.15.1
a83ce20
Compare
Choose a tag to compare
  • Upgrade PyTorch to version 2.3.1, which is compatible with Elasticsearch 8.15.2 or above (#718)
  • Migrate to distroless Wolfi base Docker image (#720)

8.15.0

13 Aug 09:15
0ce3db2
Compare
Choose a tag to compare
  • Added a default truncation of second for text similarity (#713)
  • Added note about using text_similarity for rerank in the CLI (#716)
  • Added support for lists in result hits (#707)
  • Removed input fields from exported LTR models (#708)

8.14.0

10 Jun 12:02
v8.14.0
0ddc21b
Compare
Choose a tag to compare

Added

  • Added Elasticsearch Serverless support in DataFrames (#690, contributed by @AshokChoudhary11) and eland_import_hub_model (#698)

Fixed

  • Fixed Python 3.8 support (#695, contributed by @bartbroere)
  • Fixed non _source fields missing from the results hits (#693, contributed by @bartbroere)

8.13.1

03 May 05:38
v8.13.1
e76b32e
Compare
Choose a tag to compare

Added

  • Added support for HTTP proxies in eland_import_hub_model (#688)

8.13.0

27 Mar 14:27
v8.13.0
1921792
Compare
Choose a tag to compare

Added

  • Added support for Python 3.11 (#681)
  • Added eland.DataFrame.to_json function (#661, contributed by @bartbroere)
  • Added override option to specify the model's max input size (#674)

Changed

  • Upgraded torch to 2.1.2 (#671)
  • Mirrored pandas' lineterminator instead of line_terminator in to_csv (#595, contributed by @bartbroere)

8.12.1

01 Feb 06:51
v8.12.1
9d492b0
Compare
Choose a tag to compare

Fixed

  • Fix missing value support for XGBRanker (#654)

8.12.0

19 Jan 08:44
v8.12.0
1190364
Compare
Choose a tag to compare

Added

  • Supported XGBRanker model (#649)
  • Accepted LTR (Learning to rank) model config when importing model (#645, #651)
  • Added LTR feature logger (#648)
  • Added prefix_string config option to the import model hub script (#642)
  • Made online retail analysis notebook runnable in Colab (#641)
  • Added new movie dataset to the tests (#646)

8.11.1

22 Nov 10:57
v8.11.1
6ef418f
Compare
Choose a tag to compare

Added

  • Make demo notebook runnable in Colab (#630)

Changed

  • Bump Shap version to 0.43 (#636)

Fixed

  • Fix failed import of Sentence Transformer RoBERTa models (#637)