Stop using naive RAG – adding relationships to AI context
I’ve been working a lot with RAG systems recently, and kept running into the same issue: they retrieve relevant chunks, but lose the relationships between them.This becomes a problem pretty quickly when dealing with real systems (docs, APIs, infra), w…