From b052a8642406895e09c4f22a8f5fde8b6faf884d Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Tue, 18 Feb 2025 22:34:58 +0530 Subject: [PATCH] Update API reference to remove Org/Proj (#2221) --- docs/api-reference/overview.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/api-reference/overview.mdx b/docs/api-reference/overview.mdx index 9eff4cef..086cb795 100644 --- a/docs/api-reference/overview.mdx +++ b/docs/api-reference/overview.mdx @@ -43,8 +43,6 @@ 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: