File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,6 @@ export const UserConfigSchema = z4.object({
179179export type Similarity = z4 . infer < typeof UserConfigSchema > [ "vectorSearchSimilarityFunction" ] ;
180180export type PreviewFeature = z4 . infer < typeof UserConfigSchema > [ "previewFeatures" ] [ number ] ;
181181export type UserConfig = z4 . infer < typeof UserConfigSchema > & CliOptions ;
182- export type Logger = UserConfig [ "loggers" ] [ number ] ;
183182
184183export const config = setupUserConfig ( {
185184 cli : process . argv ,
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ describe("config", () => {
4545 voyageApiKey : "" ,
4646 vectorSearchDimensions : 1024 ,
4747 vectorSearchSimilarityFunction : "euclidean" ,
48+ disableEmbeddingsValidation : false ,
4849 previewFeatures : [ ] ,
4950 } ;
5051
You can’t perform that action at this time.
0 commit comments