Skip to content

Commit 01d4082

Browse files
committed
fix: keep reranker config optional after rebase
1 parent 3694b4c commit 01d4082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export type ParsedCodebaseIndexConfig = CodebaseIndexConfig & {
127127
indexing: IndexingConfig;
128128
search: SearchConfig;
129129
debug: DebugConfig;
130-
reranker: RerankerConfig;
130+
reranker?: RerankerConfig;
131131
knowledgeBases: string[];
132132
additionalInclude: string[];
133133
};

0 commit comments

Comments
 (0)