Skip to content

Commit 13927a9

Browse files
authored
Merge pull request #127 from guspuffygit/fix-api
Fix API
2 parents 593e6f0 + fbaf5fc commit 13927a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llmsearch/ranking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def get_relevant_documents(
8282
llm_bundle,
8383
config: SemanticSearchConfig,
8484
label: str,
85-
source_chunk_type: str,
85+
source_chunk_type: str = "",
8686
offset_max_chars: int = 0
8787
) -> Tuple[List[Document], float]:
8888
most_relevant_docs = []

0 commit comments

Comments
 (0)