@@ -38,15 +38,18 @@ export const VoyageAIBlock: BlockConfig = {
3838 title : 'Model' ,
3939 type : 'dropdown' ,
4040 options : [
41+ { label : 'voyage-4-large' , id : 'voyage-4-large' } ,
42+ { label : 'voyage-4' , id : 'voyage-4' } ,
43+ { label : 'voyage-4-lite' , id : 'voyage-4-lite' } ,
44+ { label : 'voyage-3.5' , id : 'voyage-3.5' } ,
45+ { label : 'voyage-3.5-lite' , id : 'voyage-3.5-lite' } ,
4146 { label : 'voyage-3-large' , id : 'voyage-3-large' } ,
42- { label : 'voyage-3' , id : 'voyage-3' } ,
43- { label : 'voyage-3-lite' , id : 'voyage-3-lite' } ,
4447 { label : 'voyage-code-3' , id : 'voyage-code-3' } ,
4548 { label : 'voyage-finance-2' , id : 'voyage-finance-2' } ,
4649 { label : 'voyage-law-2' , id : 'voyage-law-2' } ,
4750 ] ,
4851 condition : { field : 'operation' , value : 'embeddings' } ,
49- value : ( ) => 'voyage-3' ,
52+ value : ( ) => 'voyage-3.5 ' ,
5053 } ,
5154 {
5255 id : 'inputType' ,
@@ -81,11 +84,13 @@ export const VoyageAIBlock: BlockConfig = {
8184 title : 'Model' ,
8285 type : 'dropdown' ,
8386 options : [
87+ { label : 'rerank-2.5' , id : 'rerank-2.5' } ,
88+ { label : 'rerank-2.5-lite' , id : 'rerank-2.5-lite' } ,
8489 { label : 'rerank-2' , id : 'rerank-2' } ,
8590 { label : 'rerank-2-lite' , id : 'rerank-2-lite' } ,
8691 ] ,
8792 condition : { field : 'operation' , value : 'rerank' } ,
88- value : ( ) => 'rerank-2' ,
93+ value : ( ) => 'rerank-2.5 ' ,
8994 } ,
9095 {
9196 id : 'topK' ,
0 commit comments