Lance Release
38d11291da
Updating package-lock.json
2025-05-31 03:48:11 +00:00
Lance Release
23ee132546
Updating package-lock.json
2025-05-23 21:58:58 +00:00
Lance Release
875ed7ae6f
Updating package-lock.json
2025-05-22 05:58:59 +00:00
Lance Release
05a85cfc2a
Updating package-lock.json
2025-05-15 23:44:27 +00:00
Lance Release
a5fbbf0d66
Updating package-lock.json
2025-05-08 20:20:18 +00:00
Lance Release
529e774bbb
Updating package-lock.json
2025-05-06 02:45:45 +00:00
Lance Release
e4eee38b3c
Updating package-lock.json
2025-05-06 00:09:39 +00:00
Lance Release
4ade3e31e2
Updating package-lock.json
2025-04-29 22:19:46 +00:00
Lance Release
554939e5d2
Updating package-lock.json
2025-04-28 17:20:58 +00:00
Lance Release
e8c0c52315
Updating package-lock.json
2025-04-25 21:17:03 +00:00
Lance Release
cbb9a7877c
Updating package-lock.json
2025-04-25 05:02:47 +00:00
Lance Release
c19bdd9a24
Updating package-lock.json
2025-04-22 18:24:16 +00:00
Lance Release
db853c4041
Updating package-lock.json
2025-04-21 22:50:56 +00:00
Lance Release
edc4e40a7b
Updating package-lock.json
2025-04-17 22:16:36 +00:00
Lance Release
8a50944061
Updating package-lock.json
2025-04-15 04:11:16 +00:00
Lance Release
f23aa0a793
Updating package-lock.json
2025-04-08 06:17:03 +00:00
Lance Release
2e170c3c7b
Updating package-lock.json
2025-04-04 21:50:28 +00:00
Lance Release
0844c2dd64
Updating package-lock.json
2025-04-02 21:23:50 +00:00
Lance Release
5c32a99e61
Updating package-lock.json
2025-04-02 09:28:46 +00:00
Will Jones
f091f57594
ci: fix lancedb musl builds ( #2296 )
...
Fixes #2255
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Chores**
- Enhanced the build process to improve performance and reliability
across Linux platforms.
- Updated environment settings for more accurate compiler integration.
- Activated previously inactive build configurations to support advanced
feature support.
- Added support for the x86_64 architecture on Linux systems utilizing
the musl C library.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-04-01 14:44:27 -07:00
Lance Release
a997fd4108
Updating package-lock.json
2025-04-01 17:28:57 +00:00
Lance Release
2eb2c8862a
Updating package-lock.json
2025-04-01 14:27:26 +00:00
Lance Release
c44fa3abc4
Updating package-lock.json
2025-03-30 18:05:07 +00:00
Lance Release
c1600cdc06
Updating package-lock.json
2025-03-28 16:04:01 +00:00
Lance Release
315a24c2bc
Updating package-lock.json
2025-03-21 20:03:43 +00:00
Lance Release
9d1ce4b5a5
Updating package-lock.json
2025-03-11 13:15:18 +00:00
Lance Release
4e7220400f
Updating package-lock.json
2025-03-10 23:13:52 +00:00
Lance Release
728ef8657d
Updating package-lock.json
2025-02-26 20:11:37 +00:00
Lance Release
769d483e50
Updating package-lock.json
2025-02-26 18:16:59 +00:00
Lance Release
99ea78fb55
Updating package-lock.json
2025-02-20 03:38:44 +00:00
Lance Release
b3b597fef6
Updating package-lock.json
2025-02-13 04:40:10 +00:00
Lance Release
cea541ca46
Updating package-lock.json
2025-02-11 20:56:22 +00:00
Lance Release
fd330b4b4b
Updating package-lock.json
2025-02-07 19:28:01 +00:00
Lance Release
5ad21341c9
Updating package-lock.json
2025-02-07 17:34:04 +00:00
Lance Release
3f2589c11f
Updating package-lock.json
2025-02-01 01:22:22 +00:00
Lance Release
87b12b57dc
Updating package-lock.json
2025-01-30 17:33:15 +00:00
Lance Release
da4d7e3ca7
Updating package-lock.json
2025-01-28 22:32:20 +00:00
Lance Release
de4720993e
Updating package-lock.json
2025-01-23 23:02:20 +00:00
Lance Release
905e9d4738
Updating package-lock.json
2025-01-14 01:03:49 +00:00
Lance Release
b17304172c
Updating package-lock.json
2025-01-10 19:02:31 +00:00
BubbleCal
3c0a64be8f
feat: support distance range in queries ( #1999 )
...
this also updates the docs
---------
Signed-off-by: BubbleCal <bubble-cal@outlook.com >
2025-01-08 11:03:27 +08:00
Lance Release
f007b76153
Updating package-lock.json
2025-01-06 05:35:28 +00:00
Lance Release
55cceaa309
Updating package-lock.json
2024-12-24 18:39:00 +00:00
Lance Release
59b57055e7
Updating package-lock.json
2024-12-19 19:40:28 +00:00
Will Jones
25402ba6ec
chore: update lockfiles ( #1946 )
2024-12-18 08:43:33 -08:00
Will Jones
a43193c99b
fix(nodejs): upgrade arrow versions ( #1924 )
...
Closes #1626
2024-12-09 15:37:11 -08:00
Will Jones
bf03ad1b4a
ci: fix release ( #1919 )
...
* Set `private: false` so we can publish new binary packages
* Add missing windows binary reference
2024-12-06 12:51:48 -08:00
Will Jones
cc72050206
chore: update package locks ( #1845 )
...
Also ran `npm audit`.
2024-11-18 13:44:06 -08:00
Will Jones
0fd8a50bd7
ci(node): run examples in CI ( #1796 )
...
This is done as setup for a PR that will fix the OpenAI dependency
issue.
* [x] FTS examples
* [x] Setup mock openai
* [x] Ran `npm audit fix`
* [x] sentences embeddings test
* [x] Double check formatting of docs examples
2024-11-13 11:10:56 -08:00
Will Jones
c61bfc3af8
chore: update package locks ( #1798 )
2024-11-05 13:28:59 -08:00