Gagan Bhullar
b24810a011
feat(python, rust): expose offset in query ( #1556 )
...
PR is part of #1555
2024-09-05 08:33:07 -07:00
BubbleCal
0fa50775d6
feat: support to query/index FTS on RemoteTable/AsyncTable ( #1537 )
...
Signed-off-by: BubbleCal <bubble-cal@outlook.com >
2024-08-16 12:01:05 +08:00
Will Jones
9555efacf9
feat: upgrade lance to 0.15.0 ( #1477 )
...
Changelog: https://github.com/lancedb/lance/releases/tag/v0.15.0
* Fixes #1466
* Closes #1475
* Fixes #1446
2024-07-26 09:13:49 -07:00
Will Jones
4f601a2d4c
fix: handle camelCase column names in select ( #1460 )
...
Fixes #1385
2024-07-22 12:53:17 -07:00
Nuvic
46c6ff889d
feat: add the explain_plan function ( #1328 )
...
It's useful to see the underlying query plan for debugging purposes.
This exposes LanceScanner's `explain_plan` function. Addresses #1288
---------
Co-authored-by: Will Jones <willjones127@gmail.com >
2024-07-02 11:10:01 -07:00
Weston Pace
d5586c9c32
feat: make it possible to opt in to using the v2 format ( #1352 )
...
This also exposed the max_batch_length configuration option in
python/node (it was needed to verify if we are actually in v2 mode or
not)
2024-06-04 21:52:14 -07:00
Weston Pace
4180b44472
feat: refactor the query API and add query support to the python async API ( #1113 )
...
In addition, there are also a number of changes in nodejs to the
docstrings of existing methods because this PR adds a jsdoc linter.
2024-04-05 16:32:47 -07:00