GKgopi kanthinblog-gopikanth.hashnode.dev·Aug 6 · 7 min readSemantic Document Search With RAGBuilding a Simple RAG POC in Python Objective The goal of this project is to demonstrate how a Retrieval-Augmented Generation (RAG) system works in a simple, understandable, and practical way. Instead00
GKgopi kanthinblog-gopikanth.hashnode.dev·Aug 3 · 9 min readBuilding a Multi-Agent Candidate Screening SystemBuilding a Multi-Agent Candidate Screening System: A Real LLM Architecture POC An exploration of orchestrating multiple AI agents for recruitment automation with deterministic oversight 1. Objective 00
GKgopi kanthinblog-gopikanth.hashnode.dev·Jul 22 · 7 min readBuilding an Agent to Find the Cheapest Flight in 30 MinutesBuilding an AI agent for flight discovery is a great way to understand how agent-based systems work in practice. The idea is simple: take a natural-language request from a user, interpret the intent, 00