We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57ab5d commit fc7fa6dCopy full SHA for fc7fa6d
src/collections/config/types/vectorizer.ts
@@ -419,7 +419,7 @@ export interface Text2VecWeaviateConfig {
419
model?: 'Snowflake/snowflake-arctic-embed-m-v1.5' | string;
420
/** Whether to vectorize the collection name. */
421
vectorizeCollectionName?: boolean;
422
-};
+}
423
424
export type NoVectorizerConfig = {};
425
0 commit comments