|
|
|
|
|
by DebtDeflation
811 days ago
|
|
>where LLMs merely extract the entities and relations and the actual logic is done by a logical engine such as Prolog. Graph RAG is an emerging design pattern where factual information is retrieved from knowledge graphs to augment the textual information retrieved from document stores in classic RAG before submitting to an LLM. What you are proposing is essentially using the LLM to build the knowledge graph in the first place. Would be interesting to see the two techniques combined along with some sort of planner/optimizer in the middle. |
|