mirror of
https://github.com/lancedb/lancedb.git
synced 2026-05-18 04:20:39 +00:00
feat(node): let NODE API region default to us-east-1 (#1631)
Fixes #1622 To sync with python API
This commit is contained in:
@@ -112,8 +112,8 @@ describe("LanceDB client", function () {
|
||||
name: 'name_2',
|
||||
price: 10,
|
||||
is_active: true,
|
||||
vector: [ 0, 0.1 ]
|
||||
},
|
||||
vector: [0, 0.1]
|
||||
}
|
||||
]);
|
||||
assert.equal(await table2.countRows(), 3);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user