Skip to content

Commit 4f0d43e

Browse files
committed
doc: add a note for embedding and reranking models api
1 parent 399894f commit 4f0d43e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/en/api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ print()
134134

135135
## Embeddings
136136

137+
> Some embedding models may have additional parameters or usage guidelines specified in their official documentation. For model-specific details, please refer to the provider's documentation.
138+
137139
Get vector representations of text.
138140

139141
**Endpoint:** `POST /v1/embeddings`
@@ -188,6 +190,8 @@ print(f"Generated {len(response.data)} embeddings")
188190

189191
## Rerank
190192

193+
> Some reranking models may have additional parameters or usage guidelines specified in their official documentation. For model-specific details, please refer to the provider's documentation.
194+
191195
Rerank a list of documents based on their relevance to a query.
192196

193197
**Endpoint:** `POST /v1/rerank`

0 commit comments

Comments
 (0)