mirror of
https://github.com/lancedb/lancedb.git
synced 2026-09-03 12:08:52 +00:00
update
This commit is contained in:
@@ -2131,9 +2131,10 @@ class Table(ABC):
|
||||
be used when appropriate:
|
||||
|
||||
- "lancedb:description": for a human-readable description of a field.
|
||||
- "lancedb:tag:(tag_name)" for a user-defined key-value tag.
|
||||
- "lancedb:logical_column" for a column grouping; e.g. "feature_v1"
|
||||
and "feature_v2" might be in the same logical_column.
|
||||
- ``"lancedb:tag:<name>"`` for a user-defined key-value tag, where the
|
||||
suffix names the tag category; e.g. "lancedb:tag:model": "clip".
|
||||
- "lancedb:logical-column" for a column grouping; e.g. "feature_v1"
|
||||
and "feature_v2" might be in the same logical column.
|
||||
- "lancedb:status" for status options ("production", "candidate",
|
||||
"deprecated", "archived") to designate the current life cycle
|
||||
state of this column.
|
||||
|
||||
Reference in New Issue
Block a user