You can find the first open source Structure Aware RAG here:
https://github.com/guy1998/glaucias
One of the big challenges in modern RAG is the identification of anaphoric references in text. Things like "see Section 5.2" or "check below" are lost during simple semantic search. Therefore semantic search is not always extracting meaning. I managed to solve this and encapsulate it in this open source RAG platform called Glaucias. Check it out and leave me your impressions!
Top comments (0)