mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-26 17:51:54 +01:00
Fix
This commit is contained in:
parent
39341516ab
commit
d82bd97dd4
@ -135,7 +135,7 @@ def _measure_vespa_latency(filters: dict = {}):
|
||||
# )
|
||||
yql = (
|
||||
f"select "
|
||||
f"documentid, "
|
||||
f"documentid "
|
||||
f"from {DOCUMENT_INDEX_NAME} where " + '({grammar: "weakAnd"}userInput(@query))'
|
||||
)
|
||||
query = generate_random_sentence()
|
||||
|
Loading…
x
Reference in New Issue
Block a user