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 6faa4cf commit 7820fb1Copy full SHA for 7820fb1
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