Melroy van den Berg

Results 899 comments of Melroy van den Berg

> Looks like i have been using the `fake_useragent` package instead of `fake-useragent`, even though the both pypi redirects to [fake-useragent](https://pypi.org/project/fake-useragent/), as in [fake_useragent](https://pypi.org/project/fake_useragent/)! It looks like indeed it's renamed...

If you are still using an old version, execute: `pip install --upgrade fake-useragent` Again, it should use a local `browsers.json` file as data source. It will never connect to the...

Yes please. With the wrong CPU I just get: `signal: illegal instruction (core dumped)`.. Crash!

Dup: https://github.com/imartinez/privateGPT/issues/459

Seems like a numeric value was excepted, but instead the code received a type 'list'. The operand `-` can't be executed on a list, during some kind of float casting.

Looks like the error is coming from this line: https://github.com/imartinez/privateGPT/blob/main/ingest.py#L89 Comparing this code with your error stack list (`return loader.load()[0]`), shows a difference on code level...!? Are you sure you...

Yes, so you now at least on the latest version. Now the error message with code, is the same as on the `main` branch. Too bad that didn't solve the...

You are correct the documents are processed in **parallel** using this `pool.imap_unordered` code line... Printing `filtered_files` should give you a list of all your files. You can try to add...

Just accept that the year is 2023 ;)

36 cores?? or 36 threads? What is your CPU spec exactly? EDIT: Ow oke it's 18 cores..