File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
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,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
230232For 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].
You can’t perform that action at this time.
0 commit comments