David Kyle

Results 28 issues of David Kyle

It has been observed that downloading and installing the built in `.elser_model_2` and `.multilingual-e5-small` models is much slower than expected. The cause is in the `ModelImporter` class which downloads the...

>enhancement
:ml
Team:ML
cloud-deploy
v8.16.0

Elasticsearch has upgraded to PyTorch to 2.3.1 in 8.16 and 8.15.1. This PR updates Eland to use the same version. The usual compatibility issues apply, Eland will refuse to upload...

enhancement
topic:NLP

Requires an upgrade of PyTorch to at least version 2.2.0

enhancement

The BERT Japanese Tokenizer requires the following packages that are not including in the Docker image. - fugashi - ipadic - unidic_lite The list comes from the PR description where...

enhancement
topic:NLP

**Build scan:** https://gradle-enterprise.elastic.co/s/a7fxyrffc2bhs/tests/:server:test/org.elasticsearch.search.SearchHitsTests/testFromXContent **Reproduction line:** ``` ./gradlew ':server:test' --tests "org.elasticsearch.search.SearchHitsTests.testFromXContent" -Dtests.seed=FD701560D64B1D14 -Dtests.locale=sr-ME -Dtests.timezone=Atlantic/Madeira -Druntime.java=20 ``` **Applicable branches:** 8.9 **Reproduces locally?:** Yes **Failure history:** https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.search.SearchHitsTests&tests.test=testFromXContent **Failure excerpt:** ``` java.lang.AssertionError: Expected: but:...

>test-failure
low-risk
Team:Search Foundations
:Search Foundations/Search

Eland needs access to a model's vocabulary file so that is can be uploaded to Elasticsearch along with the model definition. In some cases the vocab file is not included...

bug
topic:NLP

When trying to import the `jina-embeddings-v3` model I encountered the error described in https://huggingface.co/jinaai/jina-embeddings-v3/discussions/96. The stated fix on the discussion is to install the `flash-attn` package. Support may depend on...

enhancement
topic:NLP

PR for testing For #721