Files
lancedb/docs/src/js/interfaces/AddDataOptions.md
Weston Pace e21b56293c docs: add a reference to @lancedb/lance in the docs (#1166)
We aren't yet ready to switch over the examples since almost all JS
examples rely on embeddings and we haven't yet ported those over.
However, this makes it possible for those that are interested to start
using `@lancedb/lancedb`
2024-04-05 16:34:39 -07:00

547 B

@lancedb/lancedb / Exports / AddDataOptions

Interface: AddDataOptions

Options for adding data to a table.

Table of contents

Properties

Properties

mode

mode: "append" | "overwrite"

If "append" (the default) then the new data will be added to the table

If "overwrite" then the new data will replace the existing data in the table.

Defined in

table.ts:36