Skip to content

Commit

Permalink
[DOCS] Adds byte to embedding_type as valid value.
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve committed Mar 20, 2024
1 parent 92fa1eb commit 890a586
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/reference/inference/put-inference.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ the same name and the updated API key.
(Optional, string)
Specifies the types of embeddings you want to get back. Defaults to `float`.
Valid values are:
* `byte`: use it for signed int8 embeddings (this is a synonym of `int8`).
* `float`: use it for the default float embeddings.
* `int8`: use it for signed int8 embeddings.
Expand Down

0 comments on commit 890a586

Please sign in to comment.