Hi everyone,
I’m trying to implement something similar to this example:
https://docs.llamaindex.ai/en/stable/examples/query_engine/multi_doc_auto_retrieval/multi_doc_auto_retrieval/ Where I would retrieve an IndexNode from one index then, because its an IndexNode, recursively retrieve the referenced document in the IndexNode using a retriever stored in the obj.
However, LlamaIndex doesn’t persist the obj for later use, as its saved as null. Is there a way to store the obj or is there a way around this?