|
1047 | 1047 | {
|
1048 | 1048 | "label": "voyage-2",
|
1049 | 1049 | "name": "voyage-2",
|
1050 |
| - "description": "Base generalist embedding model optimized for both latency and quality" |
| 1050 | + "description": "General-purpose embedding model optimized for a balance between cost, latency, and retrieval quality." |
1051 | 1051 | },
|
1052 | 1052 | {
|
1053 | 1053 | "label": "voyage-code-2",
|
1054 | 1054 | "name": "voyage-code-2",
|
1055 |
| - "description": "Optimized for code retrieval" |
| 1055 | + "description": "Optimized for code retrieval." |
| 1056 | + }, |
| 1057 | + { |
| 1058 | + "label": "voyage-finance-2", |
| 1059 | + "name": "voyage-finance-2", |
| 1060 | + "description": "Optimized for finance retrieval and RAG." |
1056 | 1061 | },
|
1057 | 1062 | {
|
1058 | 1063 | "label": "voyage-large-2",
|
1059 | 1064 | "name": "voyage-large-2",
|
1060 |
| - "description": "Powerful generalist embedding model" |
| 1065 | + "description": "General-purpose embedding model that is optimized for retrieval quality." |
| 1066 | + }, |
| 1067 | + { |
| 1068 | + "label": "voyage-large-2-instruct", |
| 1069 | + "name": "voyage-large-2-instruct", |
| 1070 | + "description": "Instruction-tuned general-purpose embedding model optimized for clustering, classification, and retrieval." |
| 1071 | + }, |
| 1072 | + { |
| 1073 | + "label": "voyage-law-2", |
| 1074 | + "name": "voyage-law-2", |
| 1075 | + "description": "Optimized for legal and long-context retrieval and RAG. Also improved performance across all domains." |
1061 | 1076 | },
|
1062 | 1077 | {
|
1063 | 1078 | "label": "voyage-lite-02-instruct",
|
1064 | 1079 | "name": "voyage-lite-02-instruct",
|
1065 | 1080 | "description": "Instruction-tuned for classification, clustering, and sentence textual similarity tasks"
|
| 1081 | + }, |
| 1082 | + { |
| 1083 | + "label": "voyage-multilingual-2", |
| 1084 | + "name": "voyage-multilingual-2", |
| 1085 | + "description": "Optimized for multilingual retrieval and RAG." |
1066 | 1086 | }
|
1067 | 1087 | ]
|
1068 | 1088 | },
|
|
0 commit comments