2 parents 593e6f0 + fbaf5fc commit 13927a9Copy full SHA for 13927a9
1 file changed
src/llmsearch/ranking.py
@@ -82,7 +82,7 @@ def get_relevant_documents(
82
llm_bundle,
83
config: SemanticSearchConfig,
84
label: str,
85
- source_chunk_type: str,
+ source_chunk_type: str = "",
86
offset_max_chars: int = 0
87
) -> Tuple[List[Document], float]:
88
most_relevant_docs = []
0 commit comments