We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb1f14 commit 04513bbCopy full SHA for 04513bb
src/dreamsboard/dreamsboard/dreams/task_step_to_question_chain/searx/searx.py
@@ -84,6 +84,7 @@ def searx_query(query, top_k):
84
{
85
"chunk_text": item.get("snippet", ""),
86
"ref_id": get_query_hash(item.get("link", "")),
87
+ "chunk_id": get_query_hash(item.get("link", "")),
88
"title": item.get("title", ""),
89
"link": item.get("link"),
90
"engines": item.get("engines"),
0 commit comments