Skip to content

Commit 86e708a

Browse files
committed
Updating 8.x docs for cohere bit embedding addition
1 parent bbfa4dc commit 86e708a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/reference/inference/service-cohere.asciidoc

Lines changed: 4 additions & 2 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,6 +127,8 @@ 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`).
130132
131133
`model_id`:::
132134
(Optional, string)
@@ -228,4 +230,4 @@ PUT _inference/rerank/cohere-rerank
228230
// TEST[skip:TBD]
229231

230232
For more examples, also review the
231-
https://docs.cohere.com/docs/elasticsearch-and-cohere#rerank-search-results-with-cohere-and-elasticsearch[Cohere documentation].
233+
https://docs.cohere.com/docs/elasticsearch-and-cohere#rerank-search-results-with-cohere-and-elasticsearch[Cohere documentation].

0 commit comments

Comments
 (0)