Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
augustas1 committed Nov 28, 2024
1 parent a57ab5d commit fc7fa6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collections/config/types/vectorizer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ export interface Text2VecWeaviateConfig {
model?: 'Snowflake/snowflake-arctic-embed-m-v1.5' | string;
/** Whether to vectorize the collection name. */
vectorizeCollectionName?: boolean;
};
}

export type NoVectorizerConfig = {};

Expand Down

0 comments on commit fc7fa6d

Please sign in to comment.