We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b682d24 + fc99b8e commit aa1bb75Copy full SHA for aa1bb75
src/collections/config/types/vectorizer.ts
@@ -475,7 +475,7 @@ export type Text2VecWeaviateConfig = {
475
/** The dimensionality of the vector once embedded. */
476
dimensions?: number;
477
/** The model to use. */
478
- model?: 'Snowflake/snowflake-arctic-embed-m-v1.5' | string;
+ model?: 'Snowflake/snowflake-arctic-embed-l-v2.0' | 'Snowflake/snowflake-arctic-embed-m-v1.5' | string;
479
/** Whether to vectorize the collection name. */
480
vectorizeCollectionName?: boolean;
481
};
0 commit comments