Lancedb

Latest version: v0.16.0

Safety actively analyzes 685670 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 15

0.4.18

What's Changed
* ci: fix failures in release scripts by wjones127 in https://github.com/lancedb/lancedb/pull/1215
* docs : Update Reranking docs by AyushExel in https://github.com/lancedb/lancedb/pull/1213
* fix(python): Update to latest cohere reranking api by AyushExel in https://github.com/lancedb/lancedb/pull/1212
* [docs] Fix broken links and clarify language in integrations docs by prrao87 in https://github.com/lancedb/lancedb/pull/1209
* docs : Embedding functions quickstart and minor fixes by AyushExel in https://github.com/lancedb/lancedb/pull/1217
* doc: fix typo, broken links by westonpace in https://github.com/lancedb/lancedb/pull/1218
* feat: bump lance version from 0.10.10 to 0.10.12 by westonpace in https://github.com/lancedb/lancedb/pull/1219
* docs: fix minor typo by westonpace in https://github.com/lancedb/lancedb/pull/1220
* fix: update lance to 0.10.13 by albertlockett in https://github.com/lancedb/lancedb/pull/1226
* chore: upgrade lance to 0.10.15 by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/1229
* chore: fix get_registry call in baai embeddings example by alexkohler in https://github.com/lancedb/lancedb/pull/1230
* add rename_table fn and more data for index_stats to return by QianZhu in https://github.com/lancedb/lancedb/pull/1234
* chore: disable the remote feature by default by westonpace in https://github.com/lancedb/lancedb/pull/1239
* chore: fix main branch test failure by eddyxu in https://github.com/lancedb/lancedb/pull/1240
* fix: passing data to createTable as option by albertlockett in https://github.com/lancedb/lancedb/pull/1242
* feat: allow the index_cache_size to be configured when opening a table by westonpace in https://github.com/lancedb/lancedb/pull/1245
* chore: update to Lance version 0.10.16 and Arrow version 51 by westonpace in https://github.com/lancedb/lancedb/pull/1247
* fix: fix path on remote create_table and check for error response by rpgreen in https://github.com/lancedb/lancedb/pull/1244
* chore(nodejs): remove "optionalDependencies" by universalmind303 in https://github.com/lancedb/lancedb/pull/1252

New Contributors
* alexkohler made their first contribution in https://github.com/lancedb/lancedb/pull/1230
* rpgreen made their first contribution in https://github.com/lancedb/lancedb/pull/1244
* universalmind303 made their first contribution in https://github.com/lancedb/lancedb/pull/1252

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.4.17...v0.4.18

python-v0.6.11
What's Changed
* add rename_table fn and more data for index_stats to return by QianZhu in https://github.com/lancedb/lancedb/pull/1234
* chore: disable the remote feature by default by westonpace in https://github.com/lancedb/lancedb/pull/1239
* chore: fix main branch test failure by eddyxu in https://github.com/lancedb/lancedb/pull/1240
* fix: passing data to createTable as option by albertlockett in https://github.com/lancedb/lancedb/pull/1242
* feat: allow the index_cache_size to be configured when opening a table by westonpace in https://github.com/lancedb/lancedb/pull/1245
* chore: update to Lance version 0.10.16 and Arrow version 51 by westonpace in https://github.com/lancedb/lancedb/pull/1247


**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.6.10...python-v0.6.11

python-v0.6.10
What's Changed
* ci: fix failures in release scripts by wjones127 in https://github.com/lancedb/lancedb/pull/1215
* docs : Update Reranking docs by AyushExel in https://github.com/lancedb/lancedb/pull/1213
* fix(python): Update to latest cohere reranking api by AyushExel in https://github.com/lancedb/lancedb/pull/1212
* [docs] Fix broken links and clarify language in integrations docs by prrao87 in https://github.com/lancedb/lancedb/pull/1209
* docs : Embedding functions quickstart and minor fixes by AyushExel in https://github.com/lancedb/lancedb/pull/1217
* doc: fix typo, broken links by westonpace in https://github.com/lancedb/lancedb/pull/1218
* feat: bump lance version from 0.10.10 to 0.10.12 by westonpace in https://github.com/lancedb/lancedb/pull/1219
* docs: fix minor typo by westonpace in https://github.com/lancedb/lancedb/pull/1220
* fix: update lance to 0.10.13 by albertlockett in https://github.com/lancedb/lancedb/pull/1226
* chore: upgrade lance to 0.10.15 by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/1229
* chore: fix get_registry call in baai embeddings example by alexkohler in https://github.com/lancedb/lancedb/pull/1230

New Contributors
* alexkohler made their first contribution in https://github.com/lancedb/lancedb/pull/1230

**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.6.8...python-v0.6.10

0.4.17

What's Changed
* feat: expose storage options in LanceDB by wjones127 in https://github.com/lancedb/lancedb/pull/1204
* This lets you pass authentication and other configurations down to object stores through the `storage_options` argument.
* chore: restore `requests` which was lost during rebase by westonpace in https://github.com/lancedb/lancedb/pull/1205
* BREAKING CHANGE: Check if remote table exists when opening (with caching) by albertlockett in https://github.com/lancedb/lancedb/pull/1214


**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.4.16...v0.4.17

python-v0.6.8
What's Changed
* feat: expose storage options in LanceDB by wjones127 in https://github.com/lancedb/lancedb/pull/1204
* This lets you pass authentication and other configurations down to object stores through the `storage_options` argument.
* python: Bug fixes / tests by raghavdixit99 in https://github.com/lancedb/lancedb/pull/1210
* chore: restore `requests` which was lost during rebase by westonpace in https://github.com/lancedb/lancedb/pull/1205
* BREAKING CHANGE: Check if remote table exists when opening (with caching) by albertlockett in https://github.com/lancedb/lancedb/pull/1214

**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.6.7...python-v0.6.8

0.4.16

New features
* feat: add filterable countRows to remote API by QianZhu in https://github.com/lancedb/lancedb/pull/1169
* feat: remote count_rows need to return the number by QianZhu in https://github.com/lancedb/lancedb/pull/1181
* add a default value for search.limit to be consistent with python sdk by QianZhu in https://github.com/lancedb/lancedb/pull/1191

Bug fixes
* fix error decoding in nodejs client by albertlockett in https://github.com/lancedb/lancedb/pull/1184
* bug: fix the return value of countRows by QianZhu in https://github.com/lancedb/lancedb/pull/1186
* ensure table names are uri encoded for tables by albertlockett in https://github.com/lancedb/lancedb/pull/1189

Other changes
* chore: pass str instead of String to build table names by eddyxu in https://github.com/lancedb/lancedb/pull/1178
* chore: add social link footer by eddyxu in https://github.com/lancedb/lancedb/pull/1177
* SQL Documentation includes DataFusion functions by eduardjbotha in https://github.com/lancedb/lancedb/pull/1179
* chore: upgrade to lance-0.10.9 by wjones127 in https://github.com/lancedb/lancedb/pull/1192

New Contributors
* eduardjbotha made their first contribution in https://github.com/lancedb/lancedb/pull/1179

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.4.15...v0.4.16

python-v0.6.7
New features
* feat: add filterable countRows to remote API by QianZhu in https://github.com/lancedb/lancedb/pull/1169

Performance improvements
* perf: ship fp16kernels in Python wheels by wjones127 in https://github.com/lancedb/lancedb/pull/1148

Bug fixes
* remote count_rows need to return the number by QianZhu in https://github.com/lancedb/lancedb/pull/1181
* fix error decoding in nodejs client by albertlockett in https://github.com/lancedb/lancedb/pull/1184
* ensure table names are uri encoded for tables by albertlockett in https://github.com/lancedb/lancedb/pull/1189

Other changes
* chore: add social link footer by eddyxu in https://github.com/lancedb/lancedb/pull/1177
* SQL Documentation includes DataFusion functions by eduardjbotha in https://github.com/lancedb/lancedb/pull/1179
* chore: upgrade to lance-0.10.9 by wjones127 in https://github.com/lancedb/lancedb/pull/1192

New Contributors
* eduardjbotha made their first contribution in https://github.com/lancedb/lancedb/pull/1179

**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.6.6...python-v0.6.7

0.4.15

What's Changed
* New logo on docs site by albertlockett in https://github.com/lancedb/lancedb/pull/1157
* added new logo to vercel example gif by albertlockett in https://github.com/lancedb/lancedb/pull/1158
* chore: fix clippy by westonpace in https://github.com/lancedb/lancedb/pull/1162
* chore: add nodejs to bumpversion by westonpace in https://github.com/lancedb/lancedb/pull/1161
* ci: fix name collision in npm artifacts for vectordb by wjones127 in https://github.com/lancedb/lancedb/pull/1164
* docs: add a reference to lancedb/lance in the docs by westonpace in https://github.com/lancedb/lancedb/pull/1166
* Update LanceDB Logo in README by albertlockett in https://github.com/lancedb/lancedb/pull/1167
* chore: bump lance version to 0.10.6 by westonpace in https://github.com/lancedb/lancedb/pull/1175


**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.4.14...v0.4.15

python-v0.6.6
This release introduces an async API for python. This API is more than just an asynchronous API, it shifts the python SDK to be based on the Rust SDK (instead of pylance). This paves the way for long term feature alignment across the SDKs. As a result, this new API is not yet as fully featured as the old API.

What's Changed
* docs: add the async python API to the docs by westonpace in https://github.com/lancedb/lancedb/pull/1156
* docs: Add all available HF/sentence transformers embedding models list by AyushExel in https://github.com/lancedb/lancedb/pull/1134
* New logo on docs site by albertlockett in https://github.com/lancedb/lancedb/pull/1157
* added new logo to vercel example gif by albertlockett in https://github.com/lancedb/lancedb/pull/1158
* chore: fix clippy by westonpace in https://github.com/lancedb/lancedb/pull/1162
* chore: add nodejs to bumpversion by westonpace in https://github.com/lancedb/lancedb/pull/1161
* ci: fix name collision in npm artifacts for vectordb by wjones127 in https://github.com/lancedb/lancedb/pull/1164
* docs: add a reference to lancedb/lance in the docs by westonpace in https://github.com/lancedb/lancedb/pull/1166
* Update LanceDB Logo in README by albertlockett in https://github.com/lancedb/lancedb/pull/1167
* chore: bump lance version to 0.10.6 by westonpace in https://github.com/lancedb/lancedb/pull/1175


**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.4.14...python-v0.6.6

0.4.14

What's Changed
* feat: refactor the query API and add query support to the python async API by westonpace in https://github.com/lancedb/lancedb/pull/1113
* Unhide Pydantic guides in Docs by koaning in https://github.com/lancedb/lancedb/pull/1122
* feat(rust): add trait for incoming data by westonpace in https://github.com/lancedb/lancedb/pull/1128
* docs: add links to rust SDK docs, remove references to rust SDK being unstable / experimental by westonpace in https://github.com/lancedb/lancedb/pull/1131
* feat: change DistanceType to be independent thing instead of resuing lance_linalg by westonpace in https://github.com/lancedb/lancedb/pull/1133
* fix: fix compile error in example caused by merge conflict by westonpace in https://github.com/lancedb/lancedb/pull/1135
* feat(python): Support reranking for vector and fts by AyushExel in https://github.com/lancedb/lancedb/pull/1103
* feat(python): support writing huggingface dataset and dataset dict by changhiskhan in https://github.com/lancedb/lancedb/pull/1110
* Order by field support FTS by natcharacter in https://github.com/lancedb/lancedb/pull/1132
* feat: introduce ArrowNative wrapper struct for adding data that is already a RecordBatchReader by westonpace in https://github.com/lancedb/lancedb/pull/1139
* feat: add to_batches API 805 by ighose in https://github.com/lancedb/lancedb/pull/1048
* better error msg for query vector with wrong dim by QianZhu in https://github.com/lancedb/lancedb/pull/1140
* fix nodejs test by QianZhu in https://github.com/lancedb/lancedb/pull/1141
* chore: bump lance to 0.10.5 by eddyxu in https://github.com/lancedb/lancedb/pull/1145
* chore: validate table name by eddyxu in https://github.com/lancedb/lancedb/pull/1146
* remove warnings by QianZhu in https://github.com/lancedb/lancedb/pull/1147
* Node SDK Client middleware for HTTP Requests by albertlockett in https://github.com/lancedb/lancedb/pull/1130
* Adds a Ask LanceDB button to docs. by pmaddi in https://github.com/lancedb/lancedb/pull/1150
* feat: add publish step for nodejs by westonpace in https://github.com/lancedb/lancedb/pull/1155

New Contributors
* ighose made their first contribution in https://github.com/lancedb/lancedb/pull/1048
* pmaddi made their first contribution in https://github.com/lancedb/lancedb/pull/1150

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.4.13...v0.4.14

python-v0.6.5
What's Changed
* feat: refactor the query API and add query support to the python async API by westonpace in https://github.com/lancedb/lancedb/pull/1113
* Unhide Pydantic guides in Docs by koaning in https://github.com/lancedb/lancedb/pull/1122
* feat: change DistanceType to be independent thing instead of resuing lance_linalg by westonpace in https://github.com/lancedb/lancedb/pull/1133
* fix: fix compile error in example caused by merge conflict by westonpace in https://github.com/lancedb/lancedb/pull/1135
* feat(python): Support reranking for vector and fts by AyushExel in https://github.com/lancedb/lancedb/pull/1103
* feat(python): support writing huggingface dataset and dataset dict by changhiskhan in https://github.com/lancedb/lancedb/pull/1110
* Order by field support FTS by natcharacter in https://github.com/lancedb/lancedb/pull/1132
* feat: introduce ArrowNative wrapper struct for adding data that is already a RecordBatchReader by westonpace in https://github.com/lancedb/lancedb/pull/1139
* feat: add to_batches API 805 by ighose in https://github.com/lancedb/lancedb/pull/1048
* better error msg for query vector with wrong dim by QianZhu in https://github.com/lancedb/lancedb/pull/1140
* chore: bump lance to 0.10.5 by eddyxu in https://github.com/lancedb/lancedb/pull/1145

New Contributors
* ighose made their first contribution in https://github.com/lancedb/lancedb/pull/1048

**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.6.4...python-v0.6.5

0.4.13

What's Changed
* fix: Allow converting from NativeTable to Table by wjones127 in https://github.com/lancedb/lancedb/pull/1069
* Remove remote integration workflow by westonpace in https://github.com/lancedb/lancedb/pull/1076
* Update default_embedding_functions.md by ivanleomk in https://github.com/lancedb/lancedb/pull/1073
* feat: configurable timeout for LanceDB Cloud queries by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/1090
* fix: propagate filter validation errors by wjones127 in https://github.com/lancedb/lancedb/pull/1092
* feat: add create_index to the async python API by westonpace in https://github.com/lancedb/lancedb/pull/1052
* feat: add time travel operations to the async API by westonpace in https://github.com/lancedb/lancedb/pull/1070
* fix: handle uri in object by wjones127 in https://github.com/lancedb/lancedb/pull/1091
* feat: add update to the async API by westonpace in https://github.com/lancedb/lancedb/pull/1093
* feat: add list_indices to the async api by westonpace in https://github.com/lancedb/lancedb/pull/1074
* fix(python): fix typo in passing in the api_key explicitly by changhiskhan in https://github.com/lancedb/lancedb/pull/1098
* add index_stats python api by QianZhu in https://github.com/lancedb/lancedb/pull/1096
* feat(python): support optional vector field in pydantic model by changhiskhan in https://github.com/lancedb/lancedb/pull/1097
* doc updates by raghavdixit99 in https://github.com/lancedb/lancedb/pull/1085
* chore(python): Increase event interval for telemetry by AyushExel in https://github.com/lancedb/lancedb/pull/1108
* feat: update lance to v0.10.3 by westonpace in https://github.com/lancedb/lancedb/pull/1094
* fix(python): Add python azure blob read support by rcdilorenzo in https://github.com/lancedb/lancedb/pull/1102
* Explain vonoroi seed initalisation by koaning in https://github.com/lancedb/lancedb/pull/1114
* feat: bump lance to 0.10.4 by westonpace in https://github.com/lancedb/lancedb/pull/1123

New Contributors
* ivanleomk made their first contribution in https://github.com/lancedb/lancedb/pull/1073
* rcdilorenzo made their first contribution in https://github.com/lancedb/lancedb/pull/1102
* koaning made their first contribution in https://github.com/lancedb/lancedb/pull/1114

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.4.12...v0.4.13

python-v0.6.4
What's Changed
* fix: propagate filter validation errors by wjones127 in https://github.com/lancedb/lancedb/pull/1092
* feat: add create_index to the async python API by westonpace in https://github.com/lancedb/lancedb/pull/1052
* feat: add time travel operations to the async API by westonpace in https://github.com/lancedb/lancedb/pull/1070
* fix: handle uri in object by wjones127 in https://github.com/lancedb/lancedb/pull/1091
* feat: add update to the async API by westonpace in https://github.com/lancedb/lancedb/pull/1093
* feat: add list_indices to the async api by westonpace in https://github.com/lancedb/lancedb/pull/1074
* fix(python): fix typo in passing in the api_key explicitly by changhiskhan in https://github.com/lancedb/lancedb/pull/1098
* add index_stats python api by QianZhu in https://github.com/lancedb/lancedb/pull/1096
* feat(python): support optional vector field in pydantic model by changhiskhan in https://github.com/lancedb/lancedb/pull/1097
* doc updates by raghavdixit99 in https://github.com/lancedb/lancedb/pull/1085
* chore(python): Increase event interval for telemetry by AyushExel in https://github.com/lancedb/lancedb/pull/1108
* feat: update lance to v0.10.3 by westonpace in https://github.com/lancedb/lancedb/pull/1094
* fix(python): Add python azure blob read support by rcdilorenzo in https://github.com/lancedb/lancedb/pull/1102
* Explain vonoroi seed initalisation by koaning in https://github.com/lancedb/lancedb/pull/1114
* feat: bump lance to 0.10.4 by westonpace in https://github.com/lancedb/lancedb/pull/1123

New Contributors
* rcdilorenzo made their first contribution in https://github.com/lancedb/lancedb/pull/1102
* koaning made their first contribution in https://github.com/lancedb/lancedb/pull/1114

**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.6.3...python-v0.6.4

python-v0.6.3
What's Changed
* fix: Allow converting from NativeTable to Table by wjones127 in https://github.com/lancedb/lancedb/pull/1069
* Remove remote integration workflow by westonpace in https://github.com/lancedb/lancedb/pull/1076
* Update default_embedding_functions.md by ivanleomk in https://github.com/lancedb/lancedb/pull/1073
* feat: configurable timeout for LanceDB Cloud queries by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/1090

New Contributors
* ivanleomk made their first contribution in https://github.com/lancedb/lancedb/pull/1073

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.4.12...python-v0.6.3

Page 7 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.