Add organizations/projects support (#1857)

This commit is contained in:
Dev Khant
2024-09-20 10:51:02 +05:30
committed by GitHub
parent 6102aa76bb
commit db5cb1986a
2 changed files with 23 additions and 5 deletions

View File

@@ -33,8 +33,8 @@ Example with the mem0 Python package:
from mem0 import MemoryClient
client = MemoryClient(
organization_name='YOUR_ORG_NAME',
project_name='YOUR_PROJECT_NAME',
organization='YOUR_ORG_NAME',
project='YOUR_PROJECT_NAME',
)
```