Find answers from the community

Updated 6 months ago

After creating a ComposableGraph for

At a glance

The community member asks whether, in addition to the ComposableGraph, any other indices need to be saved to and loaded from disk in order to query the full structure. Another community member responds that the graph should contain everything needed, but depending on the index being used, additional arguments may need to be loaded during query-time.

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