mirror of
				https://github.com/deepset-ai/haystack.git
				synced 2025-10-31 01:39:45 +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 |     # Now generate answer from question and retrieved documents | ||||||
|     predicted_result = generator.predict( |     predicted_result = generator.predict( | ||||||
|         question=question, |         query=question, | ||||||
|         documents=retriever_results, |         documents=retriever_results, | ||||||
|         top_k=1 |         top_k=1 | ||||||
|     ) |     ) | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Malte Pietsch
						Malte Pietsch