Skip to content

Commit

Permalink
[Inference API] Fix two typos in docs (#108724)
Browse files Browse the repository at this point in the history
  • Loading branch information
timgrein authored May 16, 2024
1 parent 6ff29c3 commit 8a43665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/inference/put-inference.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Valid values are:
`model_id`::
(Optional, string)
The name of the model to use for the {infer} task.
To review the availble `rerank` models, refer to the
To review the available `rerank` models, refer to the
https://docs.cohere.com/reference/rerank-1[Cohere docs].
To review the available `text_embedding` models, refer to the
Expand Down Expand Up @@ -288,7 +288,7 @@ Valid values are:
* `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 storing embeddings of search queries run against a
vector data base to find relevant documents.
vector database to find relevant documents.
`truncate`:::
(Optional, string)
Expand Down

0 comments on commit 8a43665

Please sign in to comment.