Skip to content

Commit 27a4aa7

Browse files
committed
typo: rerank-v3.5 -> bge-reranker-large
1 parent db3f8ea commit 27a4aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/searching-with-trieve.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ Currently, Trieve supports `bge-reranker-large` and cohere's `rerank-v3.5` model
309309

310310
`bge-reranker-large` is a model by the Beijing Academy of Artificial Intelligence (BAAI) and is hosted by Trieve. This model does not require any additional configuration. and will be used by default on all `hybrid` searches.
311311

312-
To switch your reranker model to cohere's `rerank-v3.5`, make a request to the [update dataset route](/api-reference/dataset/update-dataset-by-id-or-tracking-id). With the following Parameters
312+
To switch your reranker model to cohere's `bge-reranker-large`, make a request to the [update dataset route](/api-reference/dataset/update-dataset-by-id-or-tracking-id). With the following Parameters
313313

314314
```json
315315
curl --request POST \

0 commit comments

Comments
 (0)