
GenAI on your Data: What is RAG and Semantic Search and Why It's Hard for Code
Recently, I came across a one-year-old Youtube tutorial, that showed how to run ChatGPT on my own data in ~15 minutes. That sparked my interest, I thought - what if I fed ChatGPT with my codebase, so it could respond to queries like: Where in the code is the order total compared to what’s returned by the vendor? And it would show me code fragments with class names (I’m in C#). Or: ...