This commit is contained in:
Dev-Khant
2024-11-07 10:59:53 +05:30
parent 48bbfcbb2c
commit 549e5e3ce8

View File

@@ -38,6 +38,8 @@ 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:
@@ -51,8 +53,6 @@ const client = new MemoryClient({
}); });
``` ```
> **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` (Python) or `orgId` and `projectId` (Node.js) instead.
## Getting Started ## Getting Started
To begin using the Mem0 API, you'll need to: To begin using the Mem0 API, you'll need to: