Fix Use Keyword Default (#646)

This commit is contained in:
Yuhong Sun
2023-10-28 14:57:24 -07:00
committed by GitHub
parent 25814d7a23
commit 7d6a41243c

View File

@@ -206,7 +206,7 @@ class QuestionRequest(BaseModel):
offset: int | None
enable_auto_detect_filters: bool
favor_recent: bool | None = None
use_keyword: bool = False # TODO remove this for hybrid search
use_keyword: bool | None # TODO remove this for hybrid search
search_flow: SearchType | None = None # Default hybrid