-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: fileChunks is not iterable (cannot read property undefined) #11
Comments
Getting the same error. |
I had to make some changes in order for it to work. I'll propose a PR and see if they accept it. |
@robertcedwards would be great if you can share some info about the changes you have done to make it work |
You bet @Ramitphi
|
thanks for the revert @robertcedwards |
I ended up using the character generator in order make the knowledge work with the character file. Definitely a workaround/not best practices. |
I have .pdf files inside target folder. I am running this command to extract files data into knowledges.json:
npx folder2knowledge C:\Users\user\OneDrive\Desktop\misc\eliza\data
But i getting such error:
Error processing directory C:\Users\karim\OneDrive\Desktop\misc\eliza\data: TypeError: fileChunks is not iterable (cannot read property undefined)
How can i fix it?
The text was updated successfully, but these errors were encountered: