Skip to content

Commit fc7fa6d

Browse files
committed
format
1 parent a57ab5d commit fc7fa6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/collections/config/types/vectorizer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ export interface Text2VecWeaviateConfig {
419419
model?: 'Snowflake/snowflake-arctic-embed-m-v1.5' | string;
420420
/** Whether to vectorize the collection name. */
421421
vectorizeCollectionName?: boolean;
422-
};
422+
}
423423

424424
export type NoVectorizerConfig = {};
425425

0 commit comments

Comments
 (0)