Memory-PlusRepository30/100 via “semantic-memory-retrieval-with-similarity-search”
** a lightweight, local RAG memory store to record, retrieve, update, delete, and visualize persistent "memories" across sessions—perfect for developers working with multiple AI coders (like Windsurf, Cursor, or Copilot) or anyone who wants their AI to actually remember them.
Unique: Implements category-aware filtering and recent-memory shortcuts alongside semantic search, allowing agents to choose between expensive semantic queries and fast recency-based lookups depending on context needs
vs others: More lightweight than LangChain's memory modules by focusing purely on vector similarity without additional re-ranking or fusion strategies, trading some ranking sophistication for lower latency and simpler integration