Skip to content

Commit

Permalink
Add rerank-2
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 authored Dec 27, 2024
1 parent 4e434fd commit e589581
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,17 @@ class VoyageAIRerankRetriever_Retrievers implements INode {
label: 'rerank-lite-1',
name: 'rerank-lite-1'
},
{
label: 'rerank-lite-2',
name: 'rerank-lite-2'
},
{
label: 'rerank-1',
name: 'rerank-1'
},
{
label: 'rerank-2',
name: 'rerank-2'
}
],
default: 'rerank-lite-1',
Expand Down

0 comments on commit e589581

Please sign in to comment.