You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But the "current domain" should likely be used instead, if set (new feature).
Alternatively: the ingest method could take an optional dimensions arg to use instead of of the one detected by read_source_metadata, complementing the existing size arg.
Context: the "new shape feature" in tiledbsoma 1.15 has the dimension domains set to ~2^63 and uses the "current domain" for the desired shape. So TileDB-Vector-Search reads dimensions as ~2^63 which causes downstream problems (for good reason!).
On ingestion, the vector dimension is read from the array's dimension 1 domain:
TileDB-Vector-Search/apis/python/src/tiledb/vector_search/ingestion.py
Lines 417 to 421 in f45eff3
But the "current domain" should likely be used instead, if set (new feature).
Alternatively: the
ingest
method could take an optionaldimensions
arg to use instead of of the one detected byread_source_metadata
, complementing the existingsize
arg.[sc-62701]
The text was updated successfully, but these errors were encountered: