File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ include::inference-shared.asciidoc[tag=chunking-settings-strategy]
6262
6363`service`::
6464(Required, string)
65- The type of service supported for the specified task type. In this case,
65+ The type of service supported for the specified task type. In this case,
6666`cohere`.
6767
6868`service_settings`::
@@ -127,8 +127,6 @@ Valid values are:
127127* `byte`: use it for signed int8 embeddings (this is a synonym of `int8`).
128128* `float`: use it for the default float embeddings.
129129* `int8`: use it for signed int8 embeddings.
130- * `binary`: use it for binary embeddings, which are encoded as bytes with signed int8 precision.
131- * `bit`: use it for binary embeddings, which are encoded as bytes with signed int8 precision (this is a synonym of `binary`).
132130
133131`model_id`:::
134132(Optional, string)
@@ -230,4 +228,4 @@ PUT _inference/rerank/cohere-rerank
230228// TEST[skip:TBD]
231229
232230For more examples, also review the
233- https://docs.cohere.com/docs/elasticsearch-and-cohere#rerank-search-results-with-cohere-and-elasticsearch[Cohere documentation].
231+ https://docs.cohere.com/docs/elasticsearch-and-cohere#rerank-search-results-with-cohere-and-elasticsearch[Cohere documentation].
You can’t perform that action at this time.
0 commit comments