mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-09 04:18:32 +02:00
test
This commit is contained in:
parent
d82bd97dd4
commit
8de8c00531
@ -135,7 +135,8 @@ def _measure_vespa_latency(filters: dict = {}):
|
||||
# )
|
||||
yql = (
|
||||
f"select "
|
||||
f"documentid "
|
||||
f"documentid, "
|
||||
f"content "
|
||||
f"from {DOCUMENT_INDEX_NAME} where " + '({grammar: "weakAnd"}userInput(@query))'
|
||||
)
|
||||
query = generate_random_sentence()
|
||||
|
Loading…
x
Reference in New Issue
Block a user