Authorizations
Path Parameters
name of the table
Body
application/vnd.apache.arrow.stream · file
Arrow IPC stream buffer
The body is of type file
.
Response
Table successfully created
Create a new table in the database with schema inferred from the provided Arrow data. The table name must be unique within the database and vector columns are automatically detected and optimized for search operations.
Example curl command:
curl --request POST \
--url https://{db}.{region}.api.lancedb.com/v1/table/{name}/create \
--header 'Content-Type: application/vnd.apache.arrow.stream' \
--header 'x-api-key: <api-key>' \
--data-binary @data.arrow
name of the table
Arrow IPC stream buffer
The body is of type file
.
Table successfully created