mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-26 17:51:54 +01:00
Adjust timeout across the board
This commit is contained in:
parent
7c2c5563e3
commit
90398f5e56
@ -617,6 +617,7 @@ class VespaIndex(DocumentIndex):
|
||||
"hits": num_to_retrieve,
|
||||
"offset": 0,
|
||||
"ranking.profile": "keyword_search",
|
||||
"timeout": "10s",
|
||||
}
|
||||
|
||||
return _query_vespa(params)
|
||||
@ -656,6 +657,7 @@ class VespaIndex(DocumentIndex):
|
||||
"hits": num_to_retrieve,
|
||||
"offset": 0,
|
||||
"ranking.profile": "semantic_search",
|
||||
"timeout": "10s",
|
||||
}
|
||||
|
||||
return _query_vespa(params)
|
||||
|
Loading…
x
Reference in New Issue
Block a user