File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/tutorials/semantic_search Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ Run the following command in the directory containing these files:
7878zip -r intfloat-multilingual-e5-small-onnx.zip model.onnx tokenizer.json sentencepiece.bpe.model
7979```
8080
81- This command will create a zip file named ` intfloat-multilingual-e5-small-onnx.zip ` .
81+ This command will create a zip file named ` intfloat-multilingual-e5-small-onnx.zip ` , with the previous mentioned files .
8282
8383### c. Calculate the Model File Hash
8484
@@ -149,7 +149,7 @@ Replace `your_group_id` and `your_model_zip_content_hash_value` with the actual
149149
150150To check the status of the registration, run:
151151
152- ``` bash
152+ ```
153153GET /_plugins/_ml/tasks/your_task_id
154154```
155155
You can’t perform that action at this time.
0 commit comments