gsilvestrin
6271949d38
feat(node): Update package-lock.json on each release ( #302 )
2023-07-17 16:33:43 -07:00
Lance Release
131ad09ab3
Bump version: 0.1.13 → 0.1.14
v0.1.14
2023-07-17 20:06:58 +00:00
Lei Xu
030f07e7f0
Bump minimal lance version to 0.5.8 ( #318 )
2023-07-17 12:41:29 -07:00
gsilvestrin
72afa06b7a
feat(node): Add Windows support ( #294 )
2023-07-17 08:48:24 -07:00
Lei Xu
088e745e1d
[Python] Create table with Iterator[RecordBatch] and add docs ( #316 )
2023-07-16 21:45:55 -07:00
Lei Xu
7a57cddb2c
[Python] Add records to remote ( #315 )
2023-07-16 13:24:38 -07:00
Lei Xu
8ff5f88916
[Python] Bug fixes in remote API ( #314 )
2023-07-16 11:09:19 -07:00
Lei Xu
028a6e433d
[Python] Get table schema ( #313 )
2023-07-15 17:39:37 -07:00
Lei Xu
04c6814fb1
[Rust] Expose Table schema and version in Rust ( #312 )
2023-07-14 22:01:23 -07:00
Lei Xu
c62e4ca1eb
Bump lance version to 0.5.7 ( #311 )
2023-07-14 17:17:31 -07:00
gsilvestrin
aecc5fc42b
feat(node): Fix npm publish task ( #298 )
2023-07-14 13:39:15 -07:00
Chang She
2fdcb307eb
[python] Fix a few minor bugs ( #304 )
2023-07-15 03:47:42 +08:00
Tevin Wang
ad18826579
[Documentation Code Testing] build node sdk in release ( #307 )
2023-07-14 12:46:48 -07:00
Leon Yee
a8a50591d7
[docs] small fixes ( #308 )
...
Closes #288 and #287
2023-07-14 12:46:31 -07:00
gsilvestrin
6dfe7fabc2
pin half ( #310 )
2023-07-14 12:45:05 -07:00
gsilvestrin
2b108e1c80
Updating package-lock.json file ( #301 )
2023-07-13 17:50:01 -07:00
Lei Xu
8c9edafccc
[Doc] Add more Python integrations documents ( #299 )
2023-07-13 17:09:39 -07:00
Leon Yee
0590413b96
Added transformersJS example to docs and node/examples ( #297 )
2023-07-13 17:01:36 -07:00
Lance Release
bd2d40a927
Bump version: 0.1.12 → 0.1.13
v0.1.13
2023-07-13 21:17:35 +00:00
Lei Xu
08944bf4fd
[Python] Convert Pydantic Model to Arrow Schema ( #291 )
...
Provide utility to automatically convert Pydantic model to Arrow Schema
Closes #256
2023-07-13 11:16:37 -07:00
gsilvestrin
826dc90151
feat(node): add option object to connect method ( #286 )
2023-07-13 11:03:48 -07:00
Lei Xu
08cc483ec9
[Doc] Describe the difference between ANN and KNN, and how to create indices. ( #293 )
2023-07-13 08:52:58 -07:00
Lei Xu
ff1d206182
[Doc] Split the python integration into different topics ( #292 )
2023-07-12 21:26:59 -07:00
gsilvestrin
c385c55629
feat(node): pull node binaries into separate packages (3) ( #285 )
2023-07-12 16:52:04 -07:00
Lance Release
0a03f7ca5a
Bump version: 0.1.11 → 0.1.12
v0.1.12
2023-07-12 04:20:34 +00:00
Rob Meng
88be978e87
allow logging in JS ( #283 )
...
tested with `RUST_LOG=info npm test`
2023-07-11 22:50:36 -04:00
Rob Meng
98b12caa06
export create table with aws credentials ( #282 )
2023-07-11 17:21:10 -04:00
Lance Release
091dffb171
Bump version: 0.1.10 → 0.1.11
v0.1.11
2023-07-11 20:42:15 +00:00
Rob Meng
ace6aa883a
Upgrade lance to 0.5.5, and plumb thru new features from the upgrade ( #279 )
...
* upgrade
* fixes for the upgrade
* allow JS users to pass custom AWS credentials
2023-07-11 16:33:39 -04:00
Tevin Wang
80c25f9896
[Docs] uncomment cosine metric ( #271 )
...
- Change k value to `10` for js search to keep it consistent with python
docs
- Uncomment now that cosine metrix is fixed in lance:
https://github.com/lancedb/lance/pull/1035
2023-07-11 12:30:11 -07:00
gsilvestrin
caf22fdb71
Run rust tests when Cargo.toml changes ( #276 )
2023-07-11 11:19:06 -07:00
Lei Xu
0e7ae5dfbf
[Python] Fix list type conversion to JSON and temporal types ( #274 )
2023-07-11 11:05:51 -07:00
gsilvestrin
b261e27222
Pin lance version ( #275 )
...
we shouldn't auto-upgrade lance
2023-07-11 10:58:15 -07:00
Lei Xu
9f603f73a9
[Python] Schema to JSON ( #272 )
2023-07-10 18:11:24 -07:00
Lei Xu
9ef846929b
[Python] List tables from remote service ( #262 )
2023-07-09 23:58:03 -07:00
Lei Xu
97364a2514
Bump to v0.1.10-python
v0.1.10-python
2023-07-09 21:52:11 -07:00
Lei Xu
e6c6da6104
[Python] Initial support of cloud API ( #260 )
...
Support connect with remote database, and implement Search API
2023-07-07 15:41:15 -07:00
Leon Yee
a5eb665b7d
[docs] dynamic docs generation and deployment ( #253 )
...
Solves #245 , edited docs.yml to run the generation of docs before
deployment. Tested on a test repository
2023-07-06 21:10:36 -07:00
Chang She
e2325c634b
Allow creation of an empty table ( #254 )
...
It's inconvenient to always require data at table creation time.
Here we enable you to create an empty table and add data and set schema
later.
---------
Co-authored-by: Chang She <chang@lancedb.com >
2023-07-06 20:44:58 -07:00
Chang She
507eeae9c8
Set default to error instead of drop ( #259 )
...
when encountering bad input data, we can default to principle of least
surprise and raise an exception.
Co-authored-by: Chang She <chang@lancedb.com >
2023-07-05 22:44:18 -07:00
Lance Release
bb3df62dce
Bump version: 0.1.9 → 0.1.10
v0.1.10
2023-07-06 03:05:32 +00:00
Lei Xu
dc7146b2cb
[Node] Expose IVF PQ config ( #258 )
2023-07-05 19:54:21 -07:00
Lei Xu
d701947f0b
[Rust] Re-export WriteMode from lancedb instead of lance ( #257 )
...
`Table::add(.., mode: WriteMode)`, which is a public API, currently uses
the WriteMode exported from `lance`. Re-export it to lancedb so that the
pub API looks better.
2023-07-05 18:20:31 -07:00
Chang She
3c46d7f268
Handle NaN input data ( #241 )
...
Sometimes LangChain would insert a single `[np.nan]` as a placeholder if
the embedding function failed. This causes a problem for Lance format
because then the array can't be stored as a FixedSizedListArray.
Instead:
1. By default we remove rows with embedding lengths less than the
maximum length in the batch
2. If `strict=True` kwargs is set to True, then a `ValueError` is raised
if the embeddings aren't all the same length
---------
Co-authored-by: Chang She <chang@lancedb.com >
2023-07-04 20:00:46 -07:00
Leon Yee
9600a38ff0
[docs] fixed javascript docs for overloaded functions ( #247 )
...
Solves #244 :

Problem was function overloading in the interface caused some weird
`typedoc` formatting, so breaking it apart into methods fixed the issue.
Also regenerated and updated javascript docs
---------
Co-authored-by: Tevin Wang <tevin@cmu.edu >
2023-07-04 13:07:34 -07:00
Lei Xu
148ed82607
Bump Lance version to 0.5.3 ( #250 )
2023-07-04 08:34:41 -07:00
Lei Xu
fc725c99f0
[Node] Create Table with WriteMode ( #246 )
...
Support `createTable(name, data, mode?)` to be consistent with Python.
Closes #242
2023-07-03 17:04:21 -07:00
Rob Meng
a6bdffd75b
bump lance to 0.5.2, make object store construction hook public ( #237 )
...
* bump to 0.5.2 to pick up S3 auth fixes
* make `open_table_params` a public attribute
* add `open_table_with_params` on `Database`
2023-06-29 18:50:02 -04:00
Lei Xu
051c03c3c9
Add dot product support ( #239 )
...
Closes #207
2023-06-29 10:32:01 -07:00
Tevin Wang
39479dcf8e
fix sha error in npm ( #236 )
...
Currently getting a `npm ERR! code EINTEGRITY` on merge, need to fix
asap.
https://stackoverflow.com/questions/75905223/github-action-npm-install-give-code-eintegrity-integrity-checksum-failed
2023-06-29 09:31:23 -07:00