diff --git a/python_engine_examples.txt b/python_engine_examples.txt index c4fae4b7..a1ab4fc9 100644 --- a/python_engine_examples.txt +++ b/python_engine_examples.txt @@ -25,4 +25,4 @@ query_engine = index.as_query_engine() instruction = "How was falcon-11B trained?" # We finally store the output in the variable 'output' -output = query_engine.query(instruction) \ No newline at end of file +output = query_engine.query(instruction).response \ No newline at end of file