Update API reference to remove Org/Proj (#2221)

This commit is contained in:
Dev Khant
2025-02-18 22:34:58 +05:30
committed by GitHub
parent 95f5fb3ab4
commit b052a86424

View File

@@ -43,8 +43,6 @@ client = MemoryClient(
project_id='YOUR_PROJECT_ID', project_id='YOUR_PROJECT_ID',
) )
``` ```
> **Note**: The use of `organization` and `project` parameters is deprecated and will be removed in version `0.1.40`. Please use `org_id` and `project_id` instead.
Example with the mem0 Node.js package: Example with the mem0 Node.js package: