We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b97ad commit aae653fCopy full SHA for aae653f
1 file changed
apps/docs/content/docs/en/tools/knowledge.mdx
@@ -48,7 +48,7 @@ Search for similar content in a knowledge base using vector similarity
48
| `tagName` | string | No | No description |
49
| `tagValue` | string | No | No description |
50
| `rerankerEnabled` | boolean | No | Whether to apply Cohere reranking to vector search results |
51
-| `rerankerModel` | string | No | Cohere rerank model to use \(one of: $\{SUPPORTED_RERANKER_MODELS.join\(', '\)\}\) |
+| `rerankerModel` | string | No | Cohere rerank model to use \(one of: rerank-v4.0-pro, rerank-v4.0-fast, rerank-v3.5\) |
52
| `tagFilters` | string | No | No description |
53
54
#### Output
0 commit comments