Skip to content

Commit a52ecec

Browse files
Updates Eland install command in the vector search example (#2599) (#2600)
Co-authored-by: David Kyle <[email protected]> (cherry picked from commit 3f38801) Co-authored-by: István Zoltán Szabó <[email protected]>
1 parent 3a13276 commit a52ecec

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

docs/en/stack/ml/nlp/ml-nlp-shared.asciidoc

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
tag::nlp-eland-clone-docker-build[]
2-
You can use the {eland-docs}[Eland client] to install the {nlp} model. Eland
3-
commands can be run in Docker. First, you need to clone the Eland repository
4-
then create a Docker image of Eland:
2+
You can use the {eland-docs}[Eland client] to install the {nlp} model. Use the prebuilt
3+
Docker image to run the Eland install model commands. Pull the latest image with:
54

65
[source,shell]
76
--------------------------------------------------
8-
git clone [email protected]:elastic/eland.git
9-
cd eland
10-
docker build -t elastic/eland .
7+
docker pull docker.elastic.co/eland/eland
118
--------------------------------------------------
129

13-
After the script finishes, your Eland Docker client is ready to use.
10+
After the pull completes, your Eland Docker client is ready to use.
1411
end::nlp-eland-clone-docker-build[]
1512

1613
tag::nlp-requirements[]

docs/en/stack/ml/nlp/ml-nlp-text-emb-vector-search-example.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ consists of real questions from the Microsoft Bing search engine and human
1919
generated answers for them. The example works with a sample of this data set,
2020
uses a model to produce text embeddings, and then runs vector search on it.
2121

22+
You can find
23+
https://github.com/elastic/elasticsearch-labs/blob/main/notebooks/integrations/hugging-face/loading-model-from-hugging-face.ipynb[this example as a Jupyter notebook]
24+
using the Python client in the `elasticsearch-labs` repo.
25+
26+
2227
[discrete]
2328
[[ex-te-vs-requirements]]
2429
== Requirements

0 commit comments

Comments
 (0)