Manages memories programmatically with local storage, semantic search, and OpenAI embeddings.
Memoer is a minimal, pluggable memory management library for Node.js, designed for programmatic access without a web server or frontend. It utilizes local SQLite storage via Prisma, semantic search with Qdrant, and OpenAI embeddings to provide a robust system for adding, listing, updating, and deleting memories. It supports user, app, and category-based organization, offering a TypeScript-first development experience.