This commit is contained in:
weizijun 2024-08-29 19:46:58 +08:00 committed by GitHub
parent 2c29a3ae0a
commit 35fe3a9c47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 9 deletions

View file

@ -25,7 +25,7 @@ include::inference-shared.asciidoc[tag=task-type]
Available task types:
* `text_embedding`,
* `sparse_embedding`.
* `sparse_embedding`,
* `rerank`.
--

View file

@ -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]