mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-09 20:39:29 +02:00
Log YQL (#2189)
This commit is contained in:
parent
075eacdd91
commit
ec6e2369a1
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user