Find answers from the community

S
Siva
Offline, last seen 3 months ago
Joined September 25, 2024
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
3 comments
L