How do I add new indexes to a Composable Graph? Or do I have to completely re-create it every time I want to add a new index? I would like to create a Composable Graph and store it (persist), later load_graph_from_storage and add the index of new docs. Is it possible?
tbh the only way to update the graph is to update the sub index with the new document and re-build the graph π Definitely would welcome a PR to improve this!
Hoping to add some more viable options to the router query engine, as that piece is much easier for us to maintain lol Hopefully they have feature parity soon