graphrag
graphrag copied to clipboard
Bump lancedb from 0.13.0 to 0.14.0
Bumps lancedb from 0.13.0 to 0.14.0.
Release notes
Sourced from lancedb's releases.
Python LanceDB v0.14.0
🛠 Breaking Changes
- feat!: upgrade Lance to 0.18.0 by
@LuQQiuin lancedb/lancedb#1657- feat!: set embeddings to Null if embedding function return invalid results by
@eddyxuin lancedb/lancedb#1674- feat: remote index stats by
@wjones127in lancedb/lancedb#1702🎉 New Features
- feat: implement Remote connection for LanceDB Rust by
@wjones127in lancedb/lancedb#1639- feat(node): let NODE API region default to us-east-1 by
@LuQQiuin lancedb/lancedb#1631- feat: fix creating empty table and creating table by a list of RecordBatch for remote python sdk by
@eddyxuin lancedb/lancedb#1650- feat(rust): remote endpoints for schema, version, count_rows by
@wjones127in lancedb/lancedb#1644- feat(rust): remote client write data endpoint by
@wjones127in lancedb/lancedb#1645- feat!: upgrade Lance to 0.18.0 by
@LuQQiuin lancedb/lancedb#1657- feat!: set embeddings to Null if embedding function return invalid results by
@eddyxuin lancedb/lancedb#1674- feat(rust): add with_row_id to rust SDK by
@eddyxuin lancedb/lancedb#1683- feat: add fast_search to vectordb by
@albertlockettin lancedb/lancedb#1693- feat(python): allow explicit hybrid search query pattern in SaaS (feat parity) by
@AyushExelin lancedb/lancedb#1698- fix: hnsw default partitions by
@gagan-bhullar-techin lancedb/lancedb#1667- feat: expose underlying dataset uri of the table by
@chebbyChefNEQin lancedb/lancedb#1704- feat(rust): remote client
queryandcreate_indexendpoints by@wjones127in lancedb/lancedb#1663- feat(rust): remote rename table by
@wjones127in lancedb/lancedb#1703- feat: remote index stats by
@wjones127in lancedb/lancedb#1702- feat(python): add support for trust_remote_code in hf embeddings by
@akashsarain lancedb/lancedb#1712- feat(python): merge_insert in async Python by
@wjones127in lancedb/lancedb#1707- feat(rust): client configuration for remote client by
@wjones127in lancedb/lancedb#1696- feat(python): bind python async remote client to rust client by
@wjones127in lancedb/lancedb#1700- feat(python): drop support for dictionary in Table.add by
@gagan-bhullar-techin lancedb/lancedb#1725- feat(rust):
list_indicesin remote SDK by@wjones127in lancedb/lancedb#1726- feat: better errors for remote SDK by
@wjones127in lancedb/lancedb#1722- feat(node): bind remote SDK to rust implementation by
@wjones127in lancedb/lancedb#1730- feat: upgrade Lance to v0.18.2 by
@wjones127in lancedb/lancedb#1737🐛 Bug Fixes
- fix: support pyarrow input types by
@LuQQiuin lancedb/lancedb#1628- fix: add appropriate QueryBuilder overloads to LanceTable.search by
@sayandipduttain lancedb/lancedb#1558- fix: unterminated string literal on table update by
@sayandipduttain lancedb/lancedb#1573- fix: allow pass optional args in colbert reranker by
@AyushExelin lancedb/lancedb#1649- fix(python): force deduce vector column name if running explicit hybrid query by
@AyushExelin lancedb/lancedb#1692- fix(node): pass no const enum by
@wjones127in lancedb/lancedb#1690- fix: re-add hostOverride arg to ConnectionOptions by
@albertlockettin lancedb/lancedb#1694- fix: metric type for python/node search api by
@QianZhuin lancedb/lancedb#1689- fix: hnsw default partitions by
@gagan-bhullar-techin lancedb/lancedb#1667- fix(EmbeddingFunction): modify safe_model_dump to explicitly exclude class fields with underscore by
@rjrobbenin lancedb/lancedb#1688- fix:
list_indicesreturns correct index type by@wjones127in lancedb/lancedb#1715- fix: broken notebook link fix by
@PrashantDixit0in lancedb/lancedb#1721- fix(rust): remote SDK bugs by
@wjones127in lancedb/lancedb#1723- fix(node): add native packages to bump version by
@wjones127in lancedb/lancedb#1738
... (truncated)
Commits
515ab5fBump version: 0.14.0-beta.1 → 0.14.08d0055fBump version: 0.14.0-beta.0 → 0.14.0-beta.15f9d850feat: upgrade Lance to v0.18.2 (#1737)f3b6a1ffeat(node): bind remote SDK to rust implementation (#1730)aff25e3fix(node): add native packages to bump version (#1738)8509f73feat: better errors for remote SDK (#1722)6074767feat(rust):list_indicesin remote SDK (#1726)4d458d5feat(python): drop support for dictionary in Table.add (#1725)e61ba7ffix(rust): remote SDK bugs (#1723)408bc96fix: broken notebook link fix (#1721)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)