FREE Consultation: we map which parts of your work can be automated first Book a consultation →

Memory

Memory stores facts and preferences you want Bom to find again later. It is not attached to every conversation automatically.

What gets stored?

  • Facts and preferences you asked Bom to remember
  • Work context the Worker saved explicitly with the memory tool
  • The text of each memory entry, plus a numeric form used for search
Storage

Memory lives in MongoDB Atlas on the server, partitioned per user. The numeric form used for semantic search is produced server-side by Azure OpenAI text-embedding-3-small.

Search and privacy

  • The Worker calls memory search itself, only when it needs to
  • If semantic search is unavailable, it falls back to a word search
  • Whole source files are never uploaded to memory automatically
  • Entries are isolated per user account