Tech News
← Back to articles

Show HN: Yet another memory system for LLMs

read original related products more articles

YAMS - Yet Another Memory System

Persistent memory for LLMs and applications. Content-addressed storage with deduplication, semantic search, and full-text indexing.

My prompt for CLI usage is PROMPT.md and PROMPT-eng.md for programming.

Features

Content-Addressed Storage - SHA-256 based, ensures data integrity

- SHA-256 based, ensures data integrity Deduplication - Block-level with Rabin fingerprinting

- Block-level with Rabin fingerprinting Compression - Zstandard and LZMA with intelligent policies

- Zstandard and LZMA with intelligent policies Search - Full-text (SQLite FTS5) and semantic (vector embeddings)

- Full-text (SQLite FTS5) and semantic (vector embeddings) Crash Recovery - Write-ahead logging for durability

- Write-ahead logging for durability High Performance - 100MB/s+ throughput, thread-safe

... continue reading