Show HN: Redcache_AI – open-source memory framework for LLMs and Agents
RedCache-ai is a memory framework for Large Language Models, enabling memory storage and operations for applications like dating and healthcare. It supports OpenAI integration and is in early development stages.
Read original articleRedCache-ai is a memory framework designed for Large Language Models (LLMs) and agents, aimed at facilitating the development of applications such as AI-powered dating apps and healthcare diagnostics. The framework, which stands for REmote Dictionary cache - Artificial Intelligence, allows developers to initialize memory storage either on disk or using SQLite.
The quickstart guide outlines the installation process and provides code snippets for various memory operations. Users can store, retrieve, search, update, and delete memories associated with specific user IDs. For instance, memories can be added with metadata, retrieved by user ID, and updated or deleted using unique identifiers. Additionally, users can delete all memories associated with a user ID.
Integration with OpenAI is also supported, enabling users to enhance memory capabilities by setting their OpenAI API key. The project is currently in its early stages, with future plans to address bugs, improve documentation, and expand integrations with additional LLM providers and functionalities for AI agents. For further details, users can visit the RedCache-ai GitHub repository.