Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ include::inference-shared.asciidoc[tag=task-type]
Available task types:

* `text_embedding`,
* `sparse_embedding`.
* `sparse_embedding`,
* `rerank`.
--

Expand Down
8 changes: 0 additions & 8 deletions docs/reference/inference/service-amazon-bedrock.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,6 @@ Only available for `anthropic`, `cohere`, and `mistral` providers.
Alternative to `temperature`. Limits samples to the top-K most likely words, balancing coherence and variability.
Should not be used if `temperature` is specified.

=====
+
.`task_settings` for the `text_embedding` task type
[%collapsible%closed]
=====

There are no `task_settings` available for the `text_embedding` task type.

=====

[discrete]
Expand Down
Loading