I have recently started looking at retrieval-augmented generation (RAG) for some project ideas and came across the concept of GraphRAG. My understanding is that it uses knowledge graphs rather than vector stores to identify additional information to create context for onward processing and Large Language Model use. It seems interesting and I am curious to experiment with it.
However, is this not Linked Data by another name?
No Comments