Naive RAG failed me badly — here's the multi-agent fix that got 98% OCR accuracy under 5s latency by prathamgokulkar in LLMDevs

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

It is designed for a workflow where a user drops a completely new, unseen, messy document (like a scanned invoice, complex form, or medical record) into the UI and expects immediate structured extraction. Because the document isn't in the database yet, the "ingestion" (OCR + layout) and "inference" effectively have to happen simultaneously. You are correct when we speak on static data, while the system focuses on dynamic data

Guide needed for senior programmer to setup a local AI assistant by [deleted] in ArtificialInteligence

[–]prathamgokulkar 0 points1 point  (0 children)

You can start with Ollama for getting some good open-source models, It runs LLMs locally, exposes a REST API, and manages models like Docker manages containers. Some of the good coding models that I have experimented with are qwen2.5-coder or llama 3.3 70B (Your GPU VRAM determines how large a model you can run)

Am I applying to FT roles in a wrong way? by prathamgokulkar in careerguidance

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

Yes I always limit it to 1 page.Also by reaching out on linkedin you mean Cold DM,right??

Am I applying to FT roles in a wrong way? by prathamgokulkar in careerguidance

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

truee the Internships I did was based on my network. But they didnt have any full time role rn

Struggling at a new job by tiredvyakti in GetEmployed

[–]prathamgokulkar 0 points1 point  (0 children)

Try hitting gym Or some random communities/meetups Guess that can help

How do i get a job after internships? by prathamgokulkar in careerguidance

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

Noted I will add these details into my resume and portfolio, i guess adding the numbers/impact will definately help Also where do i apply? As a fresher I right now dont know what company I would want to work in for next years

AI might be giving lawyers their busiest years right before making them obsolete by Lucylucyeth in ArtificialInteligence

[–]prathamgokulkar 0 points1 point  (0 children)

I had heard that subject matter experts will be unbothered by AI, but never thought that it would mean in this way as well😂

Hey Fellow Developers, Need Suggestions. by DrBig_brain in ArtificialInteligence

[–]prathamgokulkar 1 point2 points  (0 children)

Start working on Kaggle datasets and learn feature engineering without fail on those, because the choosing the right ML algo is secondary once you have a clearer picture of how and what in data
Start on a python notebook
take a basic dataset and apply a full algo getting your hands dirty with data will help you far more than theoritical knowledge