Memoer icon

Memoer

8

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.

主要功能

  • User, app, and category support
  • Semantic search (Qdrant)
  • Local SQLite (via Prisma)
  • TypeScript-first
  • Add, list, update, delete memories
  • 8 GitHub stars

使用案例

  • Application memory storage
  • Personal knowledge management
  • Contextual data retrieval
Memoer: Programmatic Memory Management for Node.js