mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-23 12:31:30 +02:00
Fix Use Keyword Default (#646)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user