Closed chebbyChefNEQ closed 8 months ago
I think we should also consider what logic should be in lance and what should be in lancedb (as vectordb).
Lance itself as format could be more generic.
We already have an issue here: https://github.com/lancedb/lance/issues/1782
I've folded these items into that issue.
Problems:
_rowid
and_distance
less awkward to deal with -- so thatselect([]).with_row_id()
is justselect ("_rowid")
We should reserve that column name._distance
unlessselect *
orselect _distance