Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-Khant committed Nov 7, 2024
1 parent 48bbfcb commit 549e5e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api-reference/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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:
Expand Down

0 comments on commit 549e5e3

Please sign in to comment.