Method to ensure the existence of the table in the database. It creates the table if it does not already exist.
ensureTableInDatabase(dimensions: number = 1536): Promise<void>| Name | Type | Description |
|---|---|---|
dimensions | number | Default: 1536Number of dimensions in your vector data type. Default to 1536. |