Skip to main content

Usage

Description

Creates a new table in the vector database with the specified schema. Only works with the ai-navigator and anaconda-desktop backends.

Arguments

Options

Schema format

The schema argument is a JSON string with the following structure:
Each column requires a name and type. The constraints field is optional and accepts a list of SQL constraint strings.

Examples

Create a table with an ID and embedding column