Hi, was hoping to get some direction about ComposableGraph concept as per
https://gpt-index.readthedocs.io/en/latest/how_to/composability.htmlIn this example, a list index is constructed from 3 tree indices. the top level index (list index here) is fed into the ComposableGraph wrapper. my questions are:
a) query_configs is a list of configs. is this ordered in any manner (top-down manner or bottom-up)?
b) the example is using
"index_struct_type": "tree"
and
"index_struct_type": "keyword_table"
.. should it not be a
"list"
instead of
"keyword_table"
?
c) can you share what is
"recursive"
in this?
and thank you for the awesome library! really appreciate all your efforts.