Find answers from the community

Updated 3 months ago

After creating a ComposableGraph for

After creating a ComposableGraph, for example:
ComposableGraph
  • TopLevelIndex
  • - Document1Index
  • - Document2Index
Other than the graph, which indices, if any, need to be saved to and subsequently loaded from disk? Does the graph contain everything needed for querying the full structure?
j
M
2 comments
the graph should contain everything, yes. but depending on the index you're using you may need to load additional arguments in during query-time.
Great, thanks for the quick response.
Add a reply
Sign up and join the conversation on Discord