Jim McMillan
Jim McMillan
I am dealing with a similar issue and my workaround is to use a script to insert the filename as the first line of each document. Not perfect, but it...
change `with open(filename, 'w') as file:` to `with open(filename, 'w', encoding='utf-8') as file:`
Hi @amitbar05, Could you please try activating your virtual environment (`source /home/amit/onefilellm/.venv/bin/activate`) and then running the following command? ```bash pip install --force-reinstall --no-cache-dir numpy pandas
Let me know if you need help with this.
@snth Good info, thank you. I have removed the pinned versions added in the recent update so hopefully that stops requiring users to upgrade libraries.
Seems like a reasonable request. I'll take a look.
This has been added as well as the following web doc specific command line switches - --crawl-max-depth N - Maximum crawl depth (default: 1) - --crawl-max-pages N - Maximum pages...
sure! and thank you. I welcome all PRs as long as they don't potentially make it harder to use or create extra steps for any other users. For me it...
Hey cyrilli, Are you running the as an argument at the command line, like 'python onefilellm.py "https://www.youtube.com/watch?v=KZ_NlnmPQYk"' Like this? or are you pasting it in after launching it via 'python...
Seems to work without the quotes as well though 