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?