Navule Pavan Kumar Rao's Blog
May 2, 2026
Build a Local Multi-Agentic RAG App in 7 Steps: Transformers.js, Strands, ONNX, Orama
Building a local multi-agentic RAG app used to be a lab curiosity. Over the last 18 months, WebGPU, Transformers.js v4.2.0's fused ONNX kernels, and ~500 MB OPFS quotas quietly crossed their production thresholds — and the full stack an agentic app needs (orchestrator SLM, embedder, reranker) now fits in a single browser tab.This post is a builder's guide to the reference architecture: a Next.js app that runs Qwen3.5-0.8B-Text, Nomic Embed v1.5, and bge-reranker-base entirely on the user's GPU, routes through Strands TS hierarchical sub-agents, and scopes retrieval per document via Orama's where pre-filter. Honest on the limits (cold start, small-model routing, OPFS quirks) and specific on the gotchas (Chrome's Cache API silently drops entries above ~200 MB).
Published on May 02, 2026 11:50
April 23, 2026
Supercharge Claude Code with AWS MCP Servers: 7 Must-Have Integrations to Accelerate your development
AWS MCP servers turn Claude Code from a smart autocomplete into a genuine AWS collaborator. If you build on AWS with Claude Code, you’ve probably hit the wall where the assistant knows AWS in general but doesn’t know your AWS, your account, your Lambda functions, your CloudWatch logs, your current pricing, or the latest service docs. That gap is […]
Published on April 23, 2026 02:50
January 7, 2026
How to Deploy Next.js 16 app to Azure App Service using GitHub Actions: A Complete Guide
Learn how to deploy Next.js 16 to Azure App Service using standalone output. Fix common errors like "next: not found" with this battle-tested guide.
Published on January 07, 2026 06:26
December 14, 2025
Vector Embeddings Unlocked: Your Essential Guide to Powering Modern AI and Semantic Search
Unlock modern AI with Vector Embeddings. Power RAG and Semantic Search by transforming unstructured data into numerical representations (vectors) stored in a high-performance Vector Database.
Published on December 14, 2025 17:48
November 16, 2025
Amazon Nova Web Grounding: Efficient way to reduce hallucinations and improve factual gounding for real-time information from Web
Discover how Amazon Nova Web Grounding eliminates AI hallucinations by automatically retrieving current, cited web information. This comprehensive guide covers step-by-step implementation with Amazon Bedrock, real-world use cases including financial analysis and news aggregation, best practices for prompt engineering, and practical code examples for building trustworthy AI applications with real-time data.
Published on November 16, 2025 04:13
September 23, 2025
Amazon Bedrock Data Automation: Advanced IDP Blueprint solution for GenAI based Resume Parsing
This post demosntrates building scalable resume parsing with Amazon Bedrock Data Automation. Complete IDP guide with CDK, Lambda, S3 integration for automated document IDP using GenAI on AWS. It’s Monday morning, and your HR team just received 200 resumes for that critical engineering position. Each resume has a different format, layout, and structure. Someone needs […]
Published on September 23, 2025 13:21
November 23, 2023
How to benchmark LLMs deployed on Amazon SageMaker
Learn how to benchmark LLMs on Amazon SageMaker endpoints. We will be benchmarking Llama 2 13B chat model on Amazon SageMaker Endpoint using awscurl.
Published on November 23, 2023 12:45
November 1, 2022
Google Cloud for ASP.NET Core Web Apps
I have made a series of tutorials that will help you get started on working with GCP for ASP.NET Core Web Application development. About the Web App The series majorly focuses on an ASP.NET Core MVC Web App (.NET 6). This web app has EF Core ORM that talks to a PostgreSQL database. The Web […]
Published on November 01, 2022 15:11
October 13, 2022
Working with Google Cloud Storage for ASP.NET Core 6 MVC Application using Entity Framework Core 6
In this tutorial, we will see how to work with Google Cloud Storage when implementing ASP.NET Core MVC applications using Entity Framework Core. The same approach described in this step-by-step tutorial will be applicable to ASP.NET Core WebAPI projects or ASP.NET Core Minimal API projects.
Published on October 13, 2022 15:52
October 8, 2022
How to deploy V lang REST API on Azure
In this tutorial we will see how to deploy a V lang based REST API on Azure App Service in the containerized form. Before, we proceed let's look at the very short and sweet introduction to V.
Published on October 08, 2022 03:46


