Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.17] Add sparse embedding models to list of compatible models (backport #2901) #2905

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Jan 8, 2025

With the change in elastic/eland#740 Eland now supports uploading 3rd party sparse embedding models (other than ELSER). This PR adds some models to the list of known compatible models.

The Eland command to install one of these models must use the text_expansion task type

eland_import_hub_model \
      --url 'http://localhost:9200' \
      -u elastic-admin -p elastic-password \
      --hub-model-id 'hotchpotch/japanese-splade-base-v1' \
      --task-type text_expansion 
```<hr>This is an automatic backport of pull request #2901 done by [Mergify](https://mergify.com).

@mergify mergify bot added the backport label Jan 8, 2025
@mergify mergify bot requested a review from a team as a code owner January 8, 2025 09:00
Copy link

github-actions bot commented Jan 8, 2025

A documentation preview will be available soon.

Request a new doc build by commenting
  • Rebuild this PR: run docs-build
  • Rebuild this PR and all Elastic docs: run docs-build rebuild

run docs-build is much faster than run docs-build rebuild. A rebuild should only be needed in rare situations.

If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here.

Copy link
Contributor

@szabosteve szabosteve left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@davidkyle davidkyle merged commit cadbfa8 into 8.17 Jan 8, 2025
4 checks passed
@davidkyle davidkyle deleted the mergify/bp/8.17/pr-2901 branch January 8, 2025 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants