I'm building a composable graph as a hamfisted attempt to modularly add or remove indices.
ComposableGraph doesn't let me do things like "tree_summarize" what traversals exist for that? I would be open to using a different means of composing indices.
You can pass tree_summarize as an argument to the indexes in the graph
All the composable graph does is route your queries to specific indexes, and then those indexes are queried using the settings from the query configs π