Hacker News new | ask | show | jobs
by snorkel 778 days ago
LLMs have a limited context size, i.e. the chat bot can only recall so much of the conversation. This project is building a knowledge graph of the entire conversation(s), then using that knowledge graph as a RAG database.
1 comments

Exactly! With memary only relevant information is passed into the finite context window.