Method to ensure the existence of the table in the database. It creates the table if it does not already exist.
ensureTableInDatabase(dimensions: number): Promise<void>| Name | Type | Description |
|---|---|---|
dimensions | number | Number of dimensions in your vector data type. For example, use 1536 for OpenAI's |