Add organizations/projects support (#1857)
This commit is contained in:
@@ -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',
|
||||
)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user