Skip to content

Commit 4f425ca

Browse files
authored
Change DEFAULT_SEARCHER_TYPE to bm25_dense. (#136)
* Bump version to 1.0.17 * Change DEFAULT_SEARCHER_TYPE to bm25_dense.
1 parent 5b43a43 commit 4f425ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/leettools/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ class SystemSettings(BaseModel):
218218

219219
# 2.3.1. Search
220220
DEFAULT_SEARCHER_TYPE: str = Field(
221-
"simple", description="The default searcher type to use"
221+
"bm25_dense", description="The default searcher type to use"
222222
)
223223

224224
DEFAULT_SEARCH_TOP_K: int = Field(

0 commit comments

Comments
 (0)