This commit is contained in:
Yuhong Sun 2024-08-20 17:03:57 -07:00 committed by GitHub
parent 075eacdd91
commit ec6e2369a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -435,6 +435,8 @@ class VespaIndex(DocumentIndex):
final_query = " ".join(final_keywords) if final_keywords else query
logger.debug(f"Query YQL: {yql}")
params: dict[str, str | int | float] = {
"yql": yql,
"query": final_query,