Will Jones
8104c5c18e
fix: wrap in BigInt to avoid upstream bug ( #962 )
...
Closes #960
2024-02-13 08:13:56 -08:00
Weston Pace
d2e71c8b08
feat: add a filterable count_rows to all the lancedb APIs ( #913 )
...
A `count_rows` method that takes a filter was recently added to
`LanceTable`. This PR adds it everywhere else except `RemoteTable` (that
will come soon).
2024-02-08 09:40:29 -08:00
Lei Xu
a6cf24b359
feat(napi): Issue queries as node SDK ( #868 )
...
* Query as a fluent API and `AsyncIterator<RecordBatch>`
* Much more docs
* Add tests for auto infer vector search columns with different
dimensions.
2024-01-25 22:14:14 -08:00
Lei Xu
ee862abd29
feat(napi): Provide a new createIndex API in the napi SDK. ( #857 )
2024-01-24 17:27:46 -08:00
Lei Xu
1cd5426aea
feat: rework NodeJS SDK using napi ( #847 )
...
Use Napi to write a Node.js SDK that follows Polars for better
maintainability, while keeping most of the logic in Rust.
2024-01-23 15:14:45 -08:00