Reinier van der Leer

Results 513 comments of Reinier van der Leer

@vaknin this PR is a fix for ingesting files, so your comment is unrelated.

You can fix the linting errors with `python -m black . && python -m isort .`

@vzla0094 doesn't look too hard to refactor `file_operations.py` to use `processing/text.py > split_text()` https://github.com/Significant-Gravitas/Auto-GPT/blob/master/autogpt/commands/file_operations.py#L52

@vzla0094 we'll merge #2542 for the upcoming release and cherry pick your test, probably soon after. Thanks a lot for the work, and sorry for having you do all of...

Does venv provide the same degree of sandboxing as docker?

Since venv does not provide the same degree of sandboxing as docker, they are only interchangeable if the user knows what they are doing and have purposefully disabled the workspace...

Instead of merging this, I'd like to assure you that we are working on an improvement to the CLI that should make it a lot easier to run Auto-GPT (with...

> as I recall it is referenced in file_operations.py That is where `split_file` is defined, but there is no usage anywhere in the project. > [...] data_ingestion functionality (which does...

> And on the design side, I do feel that data_ingestion functionality (which does use split_file) will be an important functionality once the use of memory is more nuanced (see...

Thanks for submitting! It was a challenge getting browsing to work reliably across multiple platforms, and I wish we had picked up on this PR earlier. By now, it has...