From RAG to Multi-Agent AI for Job Matching
A while back, I wrote a blog post about building an AI resume matcher using a RAG approach with Java and Google Vertex AI. I originally built a RAG-based AI to match resumes against job postings using a vector store. It was a fantastic project, but it got me thinking: how could this be even…