non-embedding

  • Introducing memU: A Non-Embedding Memory Framework


    We built an open source memory framework that doesn't rely on embeddings. Just open-sourced itmemU is an open-source memory framework designed for large language models (LLMs) and AI agents that deviates from traditional embedding-based memory systems. Instead of relying solely on embedding searches, memU allows models to read actual memory files directly, leveraging their ability to comprehend structured text. The framework is structured into three layers: a resource layer for raw data, a memory item layer for fine-grained facts and events, and a memory category layer for themed memory files. This system is adaptable, lightweight, and supports various data types, with a unique feature where memory structure self-evolves based on usage, promoting frequently accessed data and fading out less-used information. This matters because it offers a more dynamic and efficient way to manage memory in AI systems, potentially improving their performance and adaptability.

    Read Full Article: Introducing memU: A Non-Embedding Memory Framework