Persistent memory for AI agents — semantic + recency search, ONNX embeddings, Docker Compose.
A production-grade persistent memory service for AI agents. Agents forget everything between sessions by default — memex fixes that. It stores, retrieves, and ranks conversation memory using semantic search with recency decay, so agents surface what's relevant and recent, not just what's semantically closest. Write path: content → fastembed ONNX inference (local, ~12 ms CPU, ) → INSERT with…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
A production-grade persistent memory service for AI agents. Agents forget everything between sessions by default — memex fixes that. It stores, retrieves, and ranks conversation memory using semantic search with recency decay, so agents surface what's relevant and recent, not just what's semantically closest. Write path: content → fastembed ONNX inference (local, ~12 ms CPU, ) → INSERT with 384-dim vector → return memory ID. Read path: query → embed → pgvector cosine search (topk × 3…