mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-05 03:12:57 +00:00
390 B
390 B
@lancedb/lancedb • Docs
@lancedb/lancedb / AddDataOptions
Interface: AddDataOptions
Options for adding data to a table.
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.