Umesh Kumar Yadav

7.6K posts

Umesh Kumar Yadav banner
Umesh Kumar Yadav

Umesh Kumar Yadav

@Umesh__digital

https://t.co/wfTo9jx557 https://t.co/giSZROx8x4

India Katılım Mayıs 2025
958 Takip Edilen1.2K Takipçiler
Sabitlenmiş Tweet
Umesh Kumar Yadav
Umesh Kumar Yadav@Umesh__digital·
𝐌𝐨𝐬𝐭 𝐑𝐀𝐆 𝐬𝐲𝐬𝐭𝐞𝐦𝐬 𝐝𝐨𝐧’𝐭 𝐟𝐚𝐢𝐥 𝐛𝐞𝐜𝐚𝐮𝐬𝐞 𝐨𝐟 𝐭𝐡𝐞 𝐋𝐋𝐌. 𝐓𝐡𝐞𝐲 𝐟𝐚𝐢𝐥 𝐛𝐞𝐜𝐚𝐮𝐬𝐞 𝐭𝐡𝐞 𝐫𝐞𝐭𝐫𝐢𝐞𝐯𝐚𝐥 𝐩𝐢𝐩𝐞𝐥𝐢𝐧𝐞 𝐢𝐬 𝐭𝐨𝐨 𝐬𝐥𝐨𝐰. After spending months building real RAG systems, one thing became clear: Speed is not an accident. It’s engineered. If I had to rebuild a fast, production-grade RAG pipeline today, these are the 7 techniques I would start with 👇 1.Vector Database Optimization → Switch to ANN search (HNSW, IVF) → Optimize indexes for your dataset size → Reduce embedding dimensions where possible → Use quantization to speed up similarity search 2.Caching Strategies → Query caching for repeated questions → Embedding + context caching → Multi-level caching with in-memory + Redis 3.Reranking Optimization → Two-stage retrieval (fast fetch, small rerank) → Lightweight cross-encoders → Confidence-based filtering → Hybrid lexical + vector search 4.Context Window + Prompt Optimization → Dynamic chunk selection → Smaller chunks (256–512 tokens) → Summaries instead of raw text → Tight, token-efficient prompts 5.Model Selection and Optimization → Smaller embedding models → Faster LLMs for simple queries → Quantized local models → Smart routing based on complexity 6.Parallel Processing → Parallel retrieval across vector stores → Async chunk embedding → Batch I/O operations 7. Smart Routing and Query Classification → Intent classification → Complexity scoring → Domain-specific routing → Cache-first flow
Umesh Kumar Yadav tweet media
English
16
29
160
5.6K
Umesh Kumar Yadav
Umesh Kumar Yadav@Umesh__digital·
Bro how was the show Silicon Valley so consistently 10 years ahead of its time 🤣
English
6
0
17
122
Jagadeeswar
Jagadeeswar@Jagadeeswarrrr·
There's always a phase where: nothing works no one responds progress feels fake That phase doesn't mean you're doing it wrong It usually means you've just started
English
21
2
31
360
Abhi
Abhi@AbhiCodes15·
Indian education system: Study organic chemistry to pass exams Learn coding from YouTube to survive in real life Two different worlds, one confused student.
English
4
0
71
435
Aditya
Aditya@adityadotdev·
As a developer which one do you prefer Macbook Neo OR Macbook Air?
Aditya tweet media
English
61
3
193
7.4K
Om
Om@Om7248·
Does having a monitor actually increases productivity?
Om tweet media
English
16
1
18
486
𝘼𝙡𝙚𝙭
𝘼𝙡𝙚𝙭@ItsAlexhere0·
Which skill will be most important to get a job in 2026?
𝘼𝙡𝙚𝙭 tweet media𝘼𝙡𝙚𝙭 tweet media𝘼𝙡𝙚𝙭 tweet media𝘼𝙡𝙚𝙭 tweet media
English
57
8
133
10.9K
Ayushi☄️
Ayushi☄️@iyoushetwt·
STOP ASKING CHATGPT FOR ADVICE. STOP ASKING CHATGPT FOR ADVICE. STOP ASKING CHATGPT FOR ADVICE. STOP ASKING CHATGPT FOR ADVICE. STOP ASKING CHATGPT FOR ADVICE. STOP ASKING CHATGPT FOR ADVICE. STOP ASKING CHATGPT FOR ADVICE.
English
81
3
68
3.8K
Reethu
Reethu@ritu_twts·
I am a Vibe Coder, scare me with one word
Reethu tweet media
English
196
1
192
17.3K
TUSHAR DOGRA
TUSHAR DOGRA@0Tushar·
which one has been giving you best results so far ?
TUSHAR DOGRA tweet mediaTUSHAR DOGRA tweet media
English
18
0
25
949
Bhawartha💥
Bhawartha💥@Bhawarthaa·
Which coding language do you use most?
English
16
1
18
425
Pawan
Pawan@pawanwritescode·
Current situation at X headquarters 🤣 #XDown
GIF
English
5
0
14
158
Umesh Kumar Yadav
Umesh Kumar Yadav@Umesh__digital·
@uday_devops yeah, X is down. Its now a usual secanrio. With this big application and having so little, its bound to be down regularly.
English
0
0
1
5
Karthik
Karthik@karthikponna19·
left or right ?
Karthik tweet mediaKarthik tweet media
English
43
4
102
5.2K
Piyu$h
Piyu$h@erornotfoundme·
as a dev, what was your first code editor?
Piyu$h tweet media
English
39
2
28
942
Nakul
Nakul@wtf_nakul·
If you have $20, which premium would you buy?
Nakul tweet mediaNakul tweet mediaNakul tweet mediaNakul tweet media
English
10
2
17
180
Priyanka Lakhara
Priyanka Lakhara@codewithpri·
One tech opinion that would get you cancelled instantly?
Priyanka Lakhara tweet media
English
17
0
30
1.4K
Ray🫧
Ray🫧@ravikiran_dev7·
As a Developer, how much RAM is enough for you? 1. 8 GB 2. 16 GB 3. 24 GB 4. 32 GB 5. 64 GB 6. 128 GB+
Ray🫧 tweet media
English
191
13
384
33.4K
Lakshya
Lakshya@FCBlakshya·
Tech stack → Best YouTube channel to learn it from (Bookmark this for later) 1. Python → Corey Schafer Clear, structured, beginner-friendly tutorials. 2. JavaScript → Web Dev Simplified Best explanations of modern JS concepts. 3. React → Codevolution Step-by-step React tutorials. 4. Node.js → The Net Ninja One of the best backend learning series. 5. HTML & CSS → Kevin Powell Probably the best CSS teacher on YouTube. 6. Full-Stack Web Dev → Traversy Media Practical project-based tutorials. 7. System Design → Gaurav Sen Excellent system design explanations. 8. Machine Learning → StatQuest The clearest ML explanations online. 9. Deep Learning → 3Blue1Brown Visual explanations of neural networks. 10. Data Science → Ken Jee Great content on real industry workflows. 11. DevOps → TechWorld with Nana Kubernetes, Docker, CI/CD explained well. 12. Docker → Bret Fisher Deep practical container tutorials. 13. Kubernetes → Nana Janashia Very clear Kubernetes fundamentals. 14. Git & GitHub → Programming with Mosh Simple Git workflow explanations. 15. DSA → Abdul Bari Legendary explanations for algorithms. 16. Competitive Programming → Errichto Advanced problem solving strategies. 17. Flutter → Mitch Koko Great modern Flutter tutorials. 18. Android Dev → Philipp Lackner Best modern Android architecture tutorials. 19. Cybersecurity → NetworkChuck Hands-on security & networking tutorials. 20. Cloud Computing → Tech With Lucy AWS & cloud concepts explained simply. If you had to recommend ONE YouTube channel for developers, what would it be?
English
8
0
11
132