Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Inference API] Fix two typos in docs #108724

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading