This helped me, thank you! PS: Converting a PDF into one image per page with ImageMagick is as simple as `convert -density 300 input.pdf -background white -alpha remove -alpha off page-%d.jpg` you can also limit the maximum number of pages with 'input.pdf[0-9]'
@petportal_ai7 ай бұрын
Congratulations on the 1k subscriber milestone! Well deserved with such great content. Turning my notifications on!
@ramakrishnaprasadvemana78336 ай бұрын
This is good Working tutorial will help viewers to understand more deeply nuances and start applying the concepts learnt. And some of them will come back and enrich every one with their experience
@yanrongliao8467 ай бұрын
Hello, I don't know the principle of the pipeline, I wonder how can I establish a didicated law's gpt, I just upload some pdf, and each is at about 10Mb,but I failed to let gpt answer my quetion even if the pdf are so precise.
@AdnanAli7 ай бұрын
Congratulations. There are tools like Langsmith now that can be used to show the chain used by the GPT.
@StableDiscussion7 ай бұрын
Thanks! And thank you for watching! I like Langsmith but if you’re on an old version of Langchain I think it won’t be compatible with the current method usage as the API has changed a lot. Especially with old workarounds from 7 months ago. Couldn’t even get the old app building so it was unlikely I’d be able to add tooling on top. But thanks for the recommendation!
@DevulNahar7 ай бұрын
This is pretty cool. Can you give a tutrial of PDF ingestion pipeline?
@StableDiscussion7 ай бұрын
Thanks for watching! Hoping to dive into more detailed work at a future milestone. Will update here when that comes!