memory-lancedb
Self-hosted AI workspace where chat becomes visual workflows, multi-agent operations, and reviewable automations. Local memory; local or cloud models
Install / Use
npx skills add aaronnat23/disp8chInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
AutomationSupported Platforms
Skill content
View source on GitHubMemory LanceDB
LanceDB-backed vector memory for high-volume embedding and retrieval workloads.
- LanceDB stores embeddings as Lance columnar format on disk — significantly faster for large collections (>100k vectors) than sqlite-vec.
- Use this backend when the default sqlite-vec backend shows degraded search performance under heavy indexing load.
- All standard memory operations (
memory_search,memory_store,memory_get) work identically — the backend switch is transparent. - Configure
dbPathin the extension settings to point to the desired LanceDB directory (defaults todata/lancedb/). - For auto-capture mode: the agent automatically stores conversation context chunks without explicit
memory_storecalls. - For auto-recall mode: relevant memories are automatically injected into context at session start without explicit
memory_searchcalls. - When switching from sqlite-vec to LanceDB: run a memory backfill to migrate existing embeddings to the new backend.
- Monitor embedding batch health via
/api/memory?action=embedding-statusto confirm the LanceDB backend is active.
Related Skills
momen-cursurrules-prompt-file
40.6kCursor rules for building custom frontends with Momen.app as headless BaaS with GraphQL API, actionflows, AI agents, and Stripe integration.
pyspark-etl-best-practices-cursorrules-prompt-file
40.6kCursor rules for PySpark ETL development with code style, joins, window functions, map operations, and Iceberg patterns.
semiotic-react-dataviz-cursorrules-prompt-file
40.6kCursor rules for Semiotic data visualization library with 30+ chart types, MCP server, and AI-assisted chart generation.
claude-mem
91.4kPersistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More
Security Score
Audited on Jul 20, 2026
