When I query using a LlaMA index, it returns a JSON object that has the response for the query and the source nodes (with the score) it used to generate an answer. But it not work.
engine = RetrieverQueryEngine.from_args(retriever, service_context,
response_mode=ResponseMode.NO_TEXT)
res = engine.query('about price comment')