← 返回
未分类 中文

Supermemory

Store, recall, and semantically search conversation insights using a vector memory engine to enhance customer interactions and context.
使用向量记忆引擎存储、召回和语义搜索对话洞察,提升客户互动和上下文理解。
ipythoning
未分类 clawhub v1.2.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 347
下载
💾 0
安装
1
版本
#latest

概述

supermemory — AI Memory Engine

Semantic memory layer powered by vector search. Store, recall, and connect conversation insights across all customer interactions.

Architecture

Conversation → Extract Insights → Embed → Store (Vector DB)
                                            ↓
Query → Semantic Search → Relevant Memories → Inject into Context

Memory Types

TypeTTLExample
--------------------
Customer FactPermanent"Ahmed from Dubai, buys 50 units/quarter"
Conversation Insight90 days"Interested in bulk pricing for Model X"
Market Signal30 days"East Africa demand spike for product Y"
Effective ScriptPermanent"Opening with local market data → 3x reply rate"

Commands

  • memory:add — Manually add a memory
  • memory:search — Semantic search across all memories
  • memory:list [type] — List recent memories by type
  • memory:forget — Delete a specific memory
  • memory:stats — Memory usage statistics

Auto-Capture

When enabled, the engine automatically extracts and stores:

  1. Customer preferences and requirements
  2. Price sensitivity signals
  3. Competitive mentions
  4. Purchase timeline indicators
  5. Relationship context (referrals, prior interactions)

Configuration

{
  "provider": "lancedb",
  "embedding_model": "{{embedding_model}}",
  "auto_capture": true,
  "capture_strategy": "last_turn",
  "recall_top_k": 5,
  "ttl_days": {
    "customer_fact": null,
    "conversation_insight": 90,
    "market_signal": 30,
    "effective_script": null
  }
}

Integration

Works with:

  • LanceDB (local, no external dependency)
  • Supermemory Cloud (hosted, API key required)
  • Memos (self-hosted note-taking)

版本历史

共 1 个版本

  • v1.2.0 当前
    2026-05-03 11:20 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Chroma Memory

ipythoning
使用ChromaDB存储并语义检索每轮客户对话数据,具备自动标记和客户隔离功能。
★ 0 📥 422

Quotation Generator

ipythoning
自动生成带公司信头的专业PDF形式发票,支持多语言,并提供报价后跟踪。
★ 0 📥 367

Sdr Humanizer

ipythoning
将AI销售信息转化为自然、节奏合适的对话,采用多样化语气、时机和文化适配,建立信任与亲近感。
★ 0 📥 439