Update mem0 version in embedchain (#1512)

This commit is contained in:
Dev Khant
2024-07-20 22:41:01 +05:30
committed by GitHub
parent c7b9498693
commit c8a5c6f0e9
2 changed files with 5 additions and 2 deletions

View File

@@ -30,8 +30,11 @@ pip install mem0ai
### Basic Usage
```python
import os
from mem0 import Memory
os.environ["OPENAI_API_KEY"] = "xxx"
# Initialize Mem0
m = Memory()