6 ms·
Is there a way to convert documents into a hierarchical connected graph data structure which references each other similar to how we use personal knowledge tool
by NebulaStorm456 10mo ago
Is there a way to convert documents into a hierarchical connected graph data structure which references each other similar to how we use personal knowledge tools like Obsidian and ability to traverse this graph? Is GraphRag technique trying to do this exactly?
- mips_avatar 10mo agoNot exactly what you’re looking for but Wilson Lin’s search engine creates a graph from the DOM for context. Here’s his write up: https://blog.wilsonl.in/search-engine/ https://blog.wilsonl.in/search-engine/