Skip to content

Commit

Permalink
Fixing a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Trent Fowler authored and Trent Fowler committed Sep 2, 2024
1 parent ee9cda3 commit 6d6b332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fern/pages/text-embeddings/embeddings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Cohere embeddings are optimized for different types of inputs.

- When using embeddings for [semantic search](/docs/semantic-search), the search query should be embedded by setting `input_type="search_query"`
- When using embeddings for semantic search, the text passages that are being searched over should be embedded with `input_type="search_document"`.
- When using embedding for `classification` ([example](/docs/text-classification-with-embed)) and `clustering` tasks, you can set `input_type` to either of these values to optimize the embeddings appropriately.
- When using embedding for [`classification`](/docs/text-classification-with-embed) and `clustering` tasks, you can set `input_type` to either of these values to optimize the embeddings appropriately.
- When `input_type=image`, the expected input to be embedded is an image instead of text.

## Multilingual Support
Expand Down

0 comments on commit 6d6b332

Please sign in to comment.