Skip to main content
Findable integrates with Mem0 for persistent conversation memory, allowing AI to remember context across sessions.

Memory Scopes

ScopeDescriptionVisibility
USER_GLOBALUser’s private memories across all chatsUser only
USER_CHATUser’s private memories for a specific chatUser only, per-chat
ORG_CHATShared memories for a specific chatAll chat participants
ORG_GLOBALOrganization-wide memories (admin-managed)All users

Provider Options

ProviderDescription
Mem0 CloudManaged SaaS — configure mem0ApiKey and mem0BaseUrl
Mem0 OSSSelf-hosted — configure embedding model, vector store (Qdrant, Chroma, Weaviate, or in-memory)

Per-Chat Memory Configuration

Each chat can independently configure:
  • Enable/disable memory (memoryEnabled)
  • Read scopes — Which memory scopes to query (memoryReadScopes)
  • Write scope — Where new memories are stored (memoryWriteScope)
  • Token budget — Max tokens/percentage for memory context injection
  • Retrieval strategysemantic, recency, hybrid, semantic_keyword, or all
  • Source locks — Prevent users from disabling specific memory sources per-chat

Admin Configuration

Configure in Admin → Memory ([#/admin/memory], setting key memorySettings):
  • Global enable/disable
  • Provider selection and credentials
  • Default retention, search limits, and similarity thresholds
  • Organization vs personal memory toggles
  • Memory extraction instructions for quality tuning
  • Cleanup scheduler for expired memories
See Mem0 Integration Guide for detailed setup.