Skip to content

Commit 2ba3f8f

Browse files
committed
Introducing VoyageAI's new multimodal embedding model
1 parent 9d8962a commit 2ba3f8f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/collections/configure/vectorizer.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import {
33
Multi2VecClipConfig,
44
Multi2VecField,
55
Multi2VecPalmConfig,
6-
Multi2VecVoyageAIConfig,
76
VectorIndexType,
87
Vectorizer,
98
VectorizerConfigType,
@@ -281,8 +280,8 @@ export const vectorizer = {
281280
vectorizerConfig: {
282281
name: 'multi2vec-voyageai',
283282
config: {
284-
...config,
285-
},
283+
...config,
284+
},
286285
},
287286
});
288287
},

0 commit comments

Comments
 (0)