mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
[DOCS] Fixes a typo in the HugggingFace tutorial. (#107321)
This commit is contained in:
parent
fe11a03e95
commit
1587dada58
2 changed files with 2 additions and 2 deletions
|
@ -373,7 +373,7 @@ after the endpoint initialization has been finished.
|
||||||
|
|
||||||
[discrete]
|
[discrete]
|
||||||
[[inference-example-hugging-face-supported-models]]
|
[[inference-example-hugging-face-supported-models]]
|
||||||
The list of supported models for the Hugging Face service:
|
The list of recommended models for the Hugging Face service:
|
||||||
|
|
||||||
* https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2[all-MiniLM-L6-v2]
|
* https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2[all-MiniLM-L6-v2]
|
||||||
* https://huggingface.co/sentence-transformers/all-MiniLM-L12-v2[all-MiniLM-L12-v2]
|
* https://huggingface.co/sentence-transformers/all-MiniLM-L12-v2[all-MiniLM-L12-v2]
|
||||||
|
|
|
@ -51,7 +51,7 @@ PUT hugging-face-embeddings
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
<1> The name of the field to contain the generated tokens. It must be refrenced
|
<1> The name of the field to contain the generated tokens. It must be referenced
|
||||||
in the {infer} pipeline configuration in the next step.
|
in the {infer} pipeline configuration in the next step.
|
||||||
<2> The field to contain the tokens is a `dense_vector` field.
|
<2> The field to contain the tokens is a `dense_vector` field.
|
||||||
<3> The output dimensions of the model. Find this value in the
|
<3> The output dimensions of the model. Find this value in the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue