Lance Release
1884fe8a3e
Bump version: 0.9.0-beta.7 → 0.9.0-beta.8
python-v0.9.0-beta.8
2025-02-26 15:03:57 +00:00
Ryan Green
d8111b259c
Merge remote-tracking branch 'origin/python-v0.9.4-patch' into python-v0.9.4-patch
2025-02-26 11:31:34 -03:30
Ryan Green
3c74bf5c7a
Pin chrono version
2025-02-26 11:31:29 -03:30
Lance Release
b64bb75a82
Bump version: 0.9.0-beta.6 → 0.9.0-beta.7
python-v0.9.0-beta.7
2025-02-26 13:29:54 +00:00
Ryan Green
93e03ec702
revert worfklow
2025-02-26 09:56:08 -03:30
Ryan Green
7a94a7e171
Merge remote-tracking branch 'origin/python-v0.9.4-patch' into python-v0.9.4-patch
2025-02-26 09:52:55 -03:30
Ryan Green
acae6522fb
workaround "edition2024" issue
2025-02-26 09:52:48 -03:30
Lance Release
005d5b64ac
Bump version: 0.5.2 → 0.5.2-final.1
v0.5.2-final.1
2025-02-26 13:05:01 +00:00
Lance Release
1e89d07fe2
Bump version: 0.9.0-beta.5 → 0.9.0-beta.6
python-v0.9.0-beta.6
2025-02-26 13:04:48 +00:00
Ryan Green
1da55719e7
fix windows workflow
2025-02-26 09:33:42 -03:30
Ryan Green
9d0ca5a823
merge PyPi Publish workflow from main
2025-02-26 09:31:18 -03:30
Lance Release
1e0cc69401
Bump version: 0.9.0-beta.4 → 0.9.0-beta.5
python-v0.9.0-beta.5
2025-02-26 12:46:00 +00:00
Ryan Green
f31e0c749d
hotfix: add support for scalar index type in remote table
2025-02-26 09:13:30 -03:30
Lance Release
7a3ef68306
Bump version: 0.9.0-beta.3 → 0.9.0-beta.4
python-v0.9.0-beta.4
2024-12-20 16:02:53 +00:00
Ryan Green
43952e01d7
bump version
2024-12-20 09:44:46 -06:00
Ryan Green
495c335831
Fix fast_search
2024-12-20 09:43:39 -06:00
Ryan Green
77707db543
Backport fast_search and empty query builder for remote table
2024-12-20 09:21:05 -06:00
Ryan Green
d6d7ad3b06
bump version
2024-12-18 10:21:04 -06:00
Ryan Green
e58d64c286
Remove unsupported Retry params
2024-12-18 10:08:38 -06:00
Ryan Green
76cbd18c46
bump version
2024-12-18 09:38:36 -06:00
Ryan Green
4abb38ac70
bump version
2024-12-18 09:37:58 -06:00
Ryan Green
cc7bc5011d
Merge remote-tracking branch 'origin/python-v0.9.0-patch' into python-v0.9.0-patch
...
# Conflicts:
# python/pyproject.toml
2024-12-18 08:59:35 -06:00
Ryan Green
8193183304
override urllib3 version
2024-12-18 08:59:24 -06:00
Ryan Green
cf28b58b7d
override urllib3 version
2024-12-18 08:58:41 -06:00
Lance Release
e3b7ee47b9
Bump version: 0.9.0 → 0.9.0-final.1
python-v0.9.0-final.1
2024-12-13 01:16:24 +00:00
Lu Qiu
97c9c906e4
Fix version test
2024-12-12 17:10:07 -08:00
Lu Qiu
358f86b9c6
fix
2024-12-12 16:44:24 -08:00
Lu Qiu
5489e215a3
Support storage options and folder prefix
2024-12-12 16:17:34 -08:00
Lance Release
bc0814767b
Bump version: 0.9.0-beta.0 → 0.9.0
python-v0.9.0
2024-06-25 00:25:27 +00:00
Lance Release
8960a8e535
Bump version: 0.8.2 → 0.9.0-beta.0
2024-06-25 00:25:27 +00:00
Weston Pace
a8568ddc72
feat: upgrade to lance 0.13.0 ( #1404 )
2024-06-24 17:22:57 -07:00
Cory Grinstead
55f88346d0
feat(nodejs): table.indexStats ( #1361 )
...
closes https://github.com/lancedb/lancedb/issues/1359
2024-06-21 17:06:52 -05:00
Will Jones
dfb9a28795
ci(node): add description and keywords for lancedb package ( #1398 )
2024-06-21 14:43:35 -07:00
Cory Grinstead
a797f5fe59
feat(nodejs): feature parity [5/N] - add query.filter() alias ( #1391 )
...
to make the transition from `vectordb` to `@lancedb/lancedb` as seamless
as possible, this adds `query.filter` with a deprecated tag.
depends on https://github.com/lancedb/lancedb/pull/1390
see actual diff here
https://github.com/universalmind303/lancedb/compare/list-indices-name...universalmind303:query-filter
2024-06-21 16:03:58 -05:00
Cory Grinstead
3cd84c9375
feat(nodejs): feature parity [4/N] - add 'name' to 'IndexConfig' for 'listIndices' ( #1390 )
...
depends on https://github.com/lancedb/lancedb/pull/1386
see actual diff here
https://github.com/universalmind303/lancedb/compare/create-table-args...universalmind303:list-indices-name
2024-06-21 15:45:02 -05:00
Cory Grinstead
5ca83fdc99
fix(node): node build ( #1396 )
...
i have no idea why this fixes the build.
2024-06-21 15:42:22 -05:00
Cory Grinstead
33cc9b682f
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
2024-06-21 12:17:39 -05:00
Cory Grinstead
b3e5ac6d2a
feat(nodejs): feature parity [2/N] - add table.name and lancedb.connect({args}) ( #1380 )
...
depends on https://github.com/lancedb/lancedb/pull/1378
see proper diff here
https://github.com/universalmind303/lancedb/compare/remote-table-node...universalmind303:lancedb:table-name
2024-06-21 11:38:26 -05:00
josca42
0fe844034d
feat: enable stemming ( #1356 )
...
Added the ability to specify tokenizer_name, when creating a full text
search index using tantivy. This enables the use of language specific
stemming.
Also updated the [guide on full text
search](https://lancedb.github.io/lancedb/fts/ ) with a short section on
choosing tokenizer.
Fixes #1315
2024-06-20 14:23:55 -07:00
Cory Grinstead
f41eb899dc
chore(rust): lock toolchain & fix clippy ( #1389 )
...
- fix some clippy errors from ci running a different toolchain.
- add some saftey notes about some unsafe blocks.
- locks the toolchain so that it is consistent across dev and CI.
2024-06-20 12:13:03 -05:00
Cory Grinstead
e7022b990e
feat(nodejs): feature parity [1/N] - remote table ( #1378 )
...
closes https://github.com/lancedb/lancedb/issues/1362
2024-06-17 15:23:27 -05:00
Weston Pace
ea86dad4b7
feat: upgrade lance to 0.12.2-beta.2 ( #1381 )
2024-06-14 05:43:26 -07:00
harsha-mangena
a45656b8b6
docs: remove code-block:: python from docs ( #1366 )
...
- refer #1264
- fixed minor documentation issue
2024-06-11 13:13:02 -07:00
Cory Grinstead
bc19a75f65
feat(nodejs): merge insert ( #1351 )
...
closes https://github.com/lancedb/lancedb/issues/1349
2024-06-11 15:05:15 -05:00
Ryan Green
8e348ab4bd
fix: use JS naming convention in new index stats fields ( #1377 )
...
Changes new index stats fields in node client from snake case to camel
case.
2024-06-10 16:41:31 -02:30
Raghav Dixit
96914a619b
docs: llama-index integration ( #1347 )
...
Updated api refrence and usage for llama index integration.
2024-06-09 23:52:18 +05:30
Beinan
3c62806b6a
fix(java): the JVM crash when using jdk 8 ( #1372 )
...
The Optional::isEmpty does not exist in java 8, so we should use
isPresent instead
2024-06-08 22:43:41 -07:00
Ayush Chaurasia
72f339a0b3
docs: add note about embedding api not being available on cloud ( #1371 )
2024-06-09 03:57:23 +05:30
QianZhu
b9e3cfbdca
fix: add status to remote listIndices return ( #1364 )
...
expose `status` returned by remote listIndices
2024-06-08 09:52:35 -07:00
Ayush Chaurasia
5e30648f45
docs: fix example path ( #1367 )
2024-06-07 19:40:50 -07:00