You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working on a project and I'm encountering a FileNotFoundError when trying to read the 'create_final_nodes.parquet' file. This file is expected to be created as part of the process, but it's not being found in the specified directory. However, other files ('create_base_extracted_entities.parquet' and 'create_base_text_units.parquet') were created successfully.
I've checked the file path and the file name, and they seem to be correct. I've also checked the process that creates these files, and it seems to be executing correctly.
Could anyone help me understand why this error is occurring and how I can fix it? Any insights or suggestions would be greatly appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm currently working on a project and I'm encountering a FileNotFoundError when trying to read the 'create_final_nodes.parquet' file. This file is expected to be created as part of the process, but it's not being found in the specified directory. However, other files ('create_base_extracted_entities.parquet' and 'create_base_text_units.parquet') were created successfully.
I've checked the file path and the file name, and they seem to be correct. I've also checked the process that creates these files, and it seems to be executing correctly.
Could anyone help me understand why this error is occurring and how I can fix it? Any insights or suggestions would be greatly appreciated.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions