doc fix
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user