elastic / eland

Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in Elasticsearch
https://eland.readthedocs.io
Apache License 2.0
627 stars 98 forks source link

Text expansion bug in _create_traceable_model #706

Open rohankshah04 opened 2 weeks ago

rohankshah04 commented 2 weeks ago

704

pquentin commented 2 weeks ago

buildkite test this please

davidkyle commented 6 days ago

buildkite test this please

davidkyle commented 6 days ago

@rohankshah04 do you have an example model and Python snippet you are using to load the mode? Thanks

rohankshah04 commented 6 days ago

I've downloaded the model via my new eland docker container. it looks something like this:

eland_import_hub_model --url <____> \ --hub-model-id naver/splade-v3-distilbert \ --task-type text_expansion

and then I just run a basic text expansion search to query my sparse vectors.