Were you able to narrow down any strategies for creating the nodes_dict that is all_nodes_dict = {n.node_id: n for n in all_nodes} in production? I am stuck there where I want to pass this to recursive retriever from an existing vector store (which was already loaded with tons of documents). Even if figure this out, I am still worried about the retriever speed/performance