mode="tree_summarize"
doesnt seem to be a thing on this index type.KeyError: <QueryMode.SUMMARIZE: 'summarize'>
too...summary = index.query( """ Write a summary of the index and table of contents, including the title and author. """, response_mode="tree_summarize", similarity_top_k=5 )
similarity_top_k
, tree summarize will only summarize over these extracted nodes.query
with response_mode="tree_summarize