feat(nodejs): feature parity [3/N] - createTable({name, data, ...options}) (#1386)

adds support for the `vectordb` syntax of `createTable({name, data,
...options})`.


depends on https://github.com/lancedb/lancedb/pull/1380
see actual diff here
https://github.com/universalmind303/lancedb/compare/table-name...universalmind303:create-table-args
This commit is contained in:
Cory Grinstead
2024-06-21 12:17:39 -05:00
committed by GitHub
parent b3e5ac6d2a
commit 33cc9b682f
5 changed files with 53 additions and 36 deletions

View File

@@ -38,7 +38,8 @@
"typedoc": "^0.25.7",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.3.3",
"typescript-eslint": "^7.1.0"
"typescript-eslint": "^7.1.0",
"@types/axios": "^0.14.0"
},
"ava": {
"timeout": "3m"
@@ -65,7 +66,6 @@
"version": "napi version"
},
"dependencies": {
"@types/axios": "^0.14.0",
"apache-arrow": "^15.0.0",
"axios": "^1.7.2",
"openai": "^4.29.2",