Quick Start: Your First Memory
Learn the basics of storing and retrieving memories with Memphora.
5 min
Beginner
✓Steps to Follow
- 1.Get your API key from the dashboard
- 2.Install the SDK (pip install memphora or npm install memphora)
- 3.Initialize Memphora with your user_id and api_key
- 4.Store memories using memory.store()
- 5.Search memories using memory.search()