Open mentalblock opened 1 day ago
I have to revert https://github.com/NixOS/nixpkgs/pull/361572. After investigating more closely, it seems like these dependencies actually need to be configured for the unstructured
package (https://github.com/NixOS/nixpkgs/blob/55d15ad12a74eb7d4646254e13638ad0c4128776/pkgs/development/python-modules/unstructured/default.nix#L1).
Here is the dependency reference: https://github.com/Unstructured-IO/unstructured/blob/0fb814db6188813df61fd3aeb1905a9dae21771c/requirements/base.txt#L97 https://github.com/Unstructured-IO/unstructured/blob/0fb814db6188813df61fd3aeb1905a9dae21771c/requirements/base.txt#L63
@happysalada
Ive had it on my list to fix the dependencies for some time. I made a PR some time ago that was sloppy and never got around to cleaning it up. If you have time to make a PR id be happy to review it. Otherwise ill try to fit it this weekend
I won't be able to take care of it this time, feel free to to ahead. It would also be nice to report the issue upstream too. Thanks in advance!
Describe the bug
Attempting to upload an epub document for RAG causes an error about the following Python modules not being available:
This issue is similar to https://github.com/NixOS/nixpkgs/issues/361295. This issue was discovered after the aforementioned issue was resolved. It turns out the dependencies listed above were also needed.
Logs
Steps To Reproduce
Steps to reproduce the behavior:
Steps to reproduce the behavior:
or
An error pops up in the UI and checking the logs show errors like the above
Expected behavior
Screenshots
Additional context
Metadata
Notify maintainers
@shivaraj-bh @drupol
Note for maintainers: Please tag this issue in your PR.
Add a :+1: reaction to issues you find important.