Overview
TheCreateProjectOptions interface is used when calling project.create() to define the behavior and models for a new memory workspace. It allows you to specify the AI infrastructure that will power the semantic search and embedding storage.
Properties
| Property | Type | Description |
|---|---|---|
description | string | A brief summary of the project’s purpose. |
embedder | string | The specific model used to convert text into vector embeddings. |
reranker | string | The model used to re-score and refine semantic search results for accuracy. |

