overview.mdx 1.4 KB

1234567891011121314151617181920212223242526272829303132
  1. ---
  2. title: Overview
  3. description: How to use mem0 in your existing applications?
  4. ---
  5. With Mem0, you can create stateful LLM-based applications such as chatbots, virtual assistants, or AI agents. Mem0 enhances your applications by providing a memory layer that makes responses:
  6. - More personalized
  7. - More reliable
  8. - Cost-effective by reducing the number of LLM interactions
  9. - More engaging
  10. - Enables long-term memory
  11. Here are some examples of how Mem0 can be integrated into various applications:
  12. ## Example Use Cases
  13. <CardGroup cols={1}>
  14. <Card title="Personal AI Tutor" icon="square-1" href="/examples/personal-ai-tutor">
  15. <img width="100%" src="/images/ai-tutor.png" />
  16. Create a Personalized AI Tutor that adapts to student progress and learning preferences.
  17. </Card>
  18. <Card title="Personal Travel Assistant" icon="square-2" href="/examples/personal-travel-assistant">
  19. <img src="/images/personal-travel-agent.png" />
  20. Build a Personalized AI Travel Assistant that understands your travel preferences and past itineraries.
  21. </Card>
  22. <Card title="Customer Support Agent" icon="square-3" href="/examples/customer-support-agent">
  23. <img width="100%" src="/images/customer-support-agent.png" />
  24. Develop a Personal AI Assistant that remembers user preferences, past interactions, and context to provide personalized and efficient assistance.
  25. </Card>
  26. </CardGroup>