mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-10 12:59:59 +02:00
Back to old bank
This commit is contained in:
parent
437c5856d0
commit
0635a81d5e
@ -121,7 +121,7 @@ def _measure_vespa_latency(filters: dict = {}):
|
||||
+ f'or ({{defaultIndex: "{CONTENT_SUMMARY}"}}userInput(@query)))'
|
||||
)
|
||||
# yql = VespaIndex.yql_base + '({grammar: "weakAnd"}userInput(@query))'
|
||||
query = random.choice(additional_questions)
|
||||
query = random.choice(question_bank)
|
||||
query_embedding = embed_query(query)
|
||||
num_to_retrieve = 50
|
||||
params: dict[str, str | int] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user