Find answers from the community

Updated 2 months ago

llama_parse/examples/excel/o1_excel_rag....

Hi, I was trying to follow this tutorial to build a RAG system with my excel file. https://github.com/run-llama/llama_parse/blob/main/examples/excel/o1_excel_rag.ipynb However, when running to nodes = node_parser.get_nodes_from_documents(documents[:2]), it returns an error: ModuleNotFoundError: No module named 'pandas.core.methods.to_dict'. Does anyone have an idea about this issue?
L
2 comments
issue with your version of pandas? Seems like they might have made a breaking change recently
try 2.2.2 or older
Add a reply
Sign up and join the conversation on Discord