| Data | MongoDB | Qdrant | mem0 |
|---|---|---|---|
| User profiles, org settings | ✓ | — | — |
| Messages, tasks, channels | ✓ | — | — |
| Embeddings / semantic retrieval chunks | optional metadata | ✓ vectors | — |
| Long-horizon conversation summaries (feature-dependent) | backup refs | — | ✓ when enabled |
| Audit / compliance records | ✓ | — | — |
How to read each store
- Authoritative state — Read from MongoDB for anything that must be transactionally correct.
- Similarity search — Use Qdrant with organization filters.
- Long conversational memory — Use mem0 when enabled; otherwise rely on recent Mongo history or product-specific fallbacks.