We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3731965 commit 6f05103Copy full SHA for 6f05103
docs/api-reference/overview.mdx
@@ -48,7 +48,7 @@ import { MemoryClient } from "mem0ai";
48
49
// Recommended: Using organization and project IDs
50
const client = new MemoryClient({
51
- orgId: "YOUR_ORG_ID",
+ organizationId: "YOUR_ORG_ID",
52
projectId: "YOUR_PROJECT_ID"
53
});
54
```
0 commit comments