mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-07 20:32:59 +00:00
fix: error msg when query vector dim is wrong (#1339)
- changed the error msg for table.search with wrong query vector dim - added missing fields for listIndices and indexStats to be consistent with Python API - will make changes in node integ test
This commit is contained in:
@@ -704,6 +704,9 @@ export interface VectorIndex {
|
||||
export interface IndexStats {
|
||||
numIndexedRows: number | null
|
||||
numUnindexedRows: number | null
|
||||
index_type: string | null
|
||||
distance_type: string | null
|
||||
completed_at: string | null
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user