Closed jak1502 closed 1 year ago
Hello, thank you for reporting the issue.
I assume you're working with the latest version of the Python ES client and Elasticsearch? It's possible something changed from 7.x to 8.x. I'm planning to release a couple updates to paperetl/paperai in the coming weeks. I'll take a look at this.
Yes it will have pulled the latest during the pip install I think.
I'll look out for the update cheers.
Hello, thank you for reporting the issue.
I assume you're working with the latest version of the Python ES client and Elasticsearch? It's possible something changed from 7.x to 8.x. I'm planning to release a couple updates to paperetl/paperai in the coming weeks. I'll take a look at this.
Hi David, have you done any updates for this yet? Was going to give it another go.
Unfortunately no, I've been tied up with other efforts.
I found time to fix this. The code should now work with ES 7.x and ES 8.x.
This will go out with paperetl 2.1.0. In the meantime, you can install paperetl from GitHub:
pip install git+https://github.com/neuml/paperetl
Hi,
I have both paperetl and elasticsearch set up in docker containers running on my machine. When I try and process a .pdf file and add it to elasticsearch I get the error:
I assume it something to do with Elasticsearch changing in V8 but not sure.