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
progressing nicely through the Eliza stack and starting to get into folder2knowledge processes and came across this error
npx folder2knowledge ../../texts ─╯
Enter your OpenAI API key: mykey
Searching for files in: ../../texts
Processing file: ../../texts/._combined_knowledge.txt
Processing file: ../../texts/._kylethorntonblockchainscam.mp4
Processing file: ../../texts/combined_knowledge.txt
Processing file: ../../texts/myvideo.mp4
Error processing directory ../../texts: RangeError: Maximum call stack size exceeded
Done processing files and saved memories to knowledge.json.
It processes my text ok but when running through a 126mb video file it throws the above issues with stack size exceeded. The output to knowledge.json has
{
"documents": [],
"chunks": []
}
Is there any known limits on video files or format restrictions?
Thanks in advance for any assistance
The text was updated successfully, but these errors were encountered:
Hi all,
progressing nicely through the Eliza stack and starting to get into folder2knowledge processes and came across this error
It processes my text ok but when running through a 126mb video file it throws the above issues with stack size exceeded. The output to knowledge.json has
Is there any known limits on video files or format restrictions?
Thanks in advance for any assistance
The text was updated successfully, but these errors were encountered: