Skip to content

Commit aa1bb75

Browse files
authored
Merge pull request #257 from weaviate/weaviate-vectorizer-snowflake-l
add Snowflake/snowflake-arctic-embed-l-v2.0 model to weaviate vectorizer
2 parents b682d24 + fc99b8e commit aa1bb75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/collections/config/types/vectorizer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ export type Text2VecWeaviateConfig = {
475475
/** The dimensionality of the vector once embedded. */
476476
dimensions?: number;
477477
/** The model to use. */
478-
model?: 'Snowflake/snowflake-arctic-embed-m-v1.5' | string;
478+
model?: 'Snowflake/snowflake-arctic-embed-l-v2.0' | 'Snowflake/snowflake-arctic-embed-m-v1.5' | string;
479479
/** Whether to vectorize the collection name. */
480480
vectorizeCollectionName?: boolean;
481481
};

0 commit comments

Comments
 (0)