Find answers from the community

Updated 2 months ago

How do I add new indexes to a Composable

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?
L
g
3 comments
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!
Thank you @Logan M , that is what I need to know
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
Add a reply
Sign up and join the conversation on Discord