Robert Brennan
Robert Brennan
Thanks for this! For others' context: there's an active discussion in Slack as to whether this is the right path forward.
There's general consensus that we should make this switch. @dorbanianas can you rebase (or maybe recreate) this PR? Lots of new dependencies
This LGTM! One comment on removing the langchain deps
I'm currently stuck on this error: > Cannot install pymupdfb. Full logs: ``` ✖ make build Building project... Pulling Docker image... Using default tag: latest latest: Pulling from opendevin/sandbox Digest:...
More logs. I'm on Ubuntu ARM--seems like that might be the issue ``` ✖ poetry add pymupdfb -vvvv ... Package operations: 78 installs, 0 updates, 0 removals, 115 skipped -...
``` ❯ python --version Python 3.12.2 ``` But there is 3.10 on this machine
Looks like it's a llamaindex dep ``` ✖ poetry add pymupdf==1.22.5 Updating dependencies Resolving dependencies... (12.1s)Source (pytorch): Authorization error accessing https://download.pytorch.org/whl/cpu/llama-index-readers-file/ Resolving dependencies... (12.5s)Source (pytorch): Authorization error accessing https://download.pytorch.org/whl/cpu/llama-index/ Resolving...
Maybe related: https://github.com/pymupdf/PyMuPDF/issues/2613 I need to go to bed for now, but will take a look again tomorrow

the dep is fixed for me on `main`. Can you rebase?