mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-08 03:48:14 +02:00
Fix
This commit is contained in:
parent
279a3a02f8
commit
46ff75e675
@ -156,8 +156,8 @@ def _measure_vespa_latency(filters: dict = {}):
|
||||
# )
|
||||
yql = (
|
||||
f"select "
|
||||
f"documentid "
|
||||
# f"content "
|
||||
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