Class: CohereRerank
Implements
Constructors
new CohereRerank()
new CohereRerank(
topN
):CohereRerank
Constructor for CohereRerank.
Parameters
• topN: CohereRerankOptions
Number of nodes to return.
Returns
Source
packages/llamaindex/src/postprocessors/rerankers/CohereRerank.ts:26
Properties
apiKey
apiKey:
null
|string
=null
Source
packages/llamaindex/src/postprocessors/rerankers/CohereRerank.ts:18
client
private
client:null
|CohereClient
=null
Source
packages/llamaindex/src/postprocessors/rerankers/CohereRerank.ts:20
model
model:
string
="rerank-english-v2.0"
Source
packages/llamaindex/src/postprocessors/rerankers/CohereRerank.ts:17