Interface ProjectContext
The ProjectContext is used to target a specific workspace within MemMachine. It is required when initializing a project via the client.
| Property | Type | Description |
|---|---|---|
org_id | string | Required. The unique identifier for your organization. |
project_id | string | Required. The unique identifier for the specific project. |
Interface CreateProjectOptions
These options are used when calling project.create() to initialize a new project on the server.
| Property | Type | Description |
|---|---|---|
description | string | Optional. A brief summary or name for the project. |
embedder | string | Optional. Specify the embedding model for semantic vectorization. |
reranker | string | Optional. Specify the reranker model for optimizing search results. |

