Skip to content

Commit a13caa0

Browse files
committed
Reverting docs change
1 parent 9e0c9a1 commit a13caa0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/reference/inference/service-cohere.asciidoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

232230
For 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].

0 commit comments

Comments
 (0)