mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-08-31 11:56:35 +00:00
Update query arg in Tutorial 7 (#656)
This commit is contained in:
parent
8e52b48e1d
commit
e6ada08d0e
@ -163,7 +163,7 @@ for question in QUESTIONS:
|
||||
|
||||
# Now generate answer from question and retrieved documents
|
||||
predicted_result = generator.predict(
|
||||
question=question,
|
||||
query=question,
|
||||
documents=retriever_results,
|
||||
top_k=1
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user