diff --git a/docs/api-reference/overview.mdx b/docs/api-reference/overview.mdx index 9d10851b..689f7ca3 100644 --- a/docs/api-reference/overview.mdx +++ b/docs/api-reference/overview.mdx @@ -38,6 +38,8 @@ client = MemoryClient( 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: @@ -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 To begin using the Mem0 API, you'll need to: