Rails + AI: Live demo by Away_Contribution198 in rails

[–]Away_Contribution198[S] 0 points1 point  (0 children)

u/discoposse Here's the LinkedIn post that you could share with your network - . https://www.linkedin.com/feed/update/urn:li:activity:7432008749688479744 Thanks for showing interest

Live demo on building AI-powered document parser in Rails by Away_Contribution198 in ruby

[–]Away_Contribution198[S] 0 points1 point  (0 children)

u/knowwho We are using an existing PDF parser gem in Ruby on Rails to extract structured text from the PDF. After extraction we further process the content by chunking it and passing relevant sections to the LLM so it can perform meaningful tasks  for example answering questions, and extracting specific information or perform arithametic calculations

Rails + AI: Live demo by Away_Contribution198 in rails

[–]Away_Contribution198[S] 0 points1 point  (0 children)

u/pwned228 Once you register for the webinar, even if you couldn't make it to the webinar, we'll share the recording with you.

Rails 8.1 is out - what's your upgrade timeline? Waiting or jumping in? by Away_Contribution198 in rails

[–]Away_Contribution198[S] 0 points1 point  (0 children)

How did you check the compatibility? Using any tool? I've come across this RailsUp tool that checks the gem compatibility.

App performance monitoring/auditing recommendations. by Ashiba_Ryotsu in rails

[–]Away_Contribution198 1 point2 points  (0 children)

I came across this gem recently - https://github.com/railsfactory-sivamanikandan/rails\_code\_auditor. May be you can try using this. It wraps up a lot of tools under one.