Skip to content

Commit

Permalink
[DOCS] Addresses feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve committed Feb 12, 2024
1 parent a0f7713 commit ead1be8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/reference/inference/put-inference.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ want to use a different API key, delete the {infer} model and recreate it with
the same name and the updated API key.
`embedding_type`::
(Required, string)
Specifies the types of embeddings you want to get back.
(Optional, string)
Specifies the types of embeddings you want to get back. Defaults to `float`.
Valid values are:
* `float`: use it for the default float embeddings.
* `int8`: use it for signed int8 embeddings.
Expand Down Expand Up @@ -177,8 +177,10 @@ Settings to configure the {infer} task. These settings are specific to the
(optional, string)
For `cohere` service only. Specifies the type of input passed to the model.
Valid values are:
* `classification`: use it for embeddings passed through a text classifier.
* `clusterning`: use it for the embeddings run through a clustering algorithm.
* `ingest`: use it for storing document embeddings in a vector database.
* `search`: use it for stroing embeddings of search queries run against a
* `search`: use it for storing embeddings of search queries run against a
vector data base to find relevant documents.
`model`:::
Expand Down

0 comments on commit ead1be8

Please sign in to comment.