mirror of
https://github.com/lancedb/lancedb.git
synced 2026-06-01 03:10:43 +00:00
feat: js embedding registry (#1308)
--------- Co-authored-by: Will Jones <willjones127@gmail.com>
This commit is contained in:
@@ -170,6 +170,7 @@ export class QueryBase<
|
||||
/** Collect the results as an array of objects. */
|
||||
async toArray(): Promise<unknown[]> {
|
||||
const tbl = await this.toArrow();
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-return
|
||||
return tbl.toArray();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user