Skip to content

Commit

Permalink
chore(deps): update rust crate lancedb to 0.10 (#288)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [lancedb](https://redirect.github.com/lancedb/lancedb) |
workspace.dependencies | minor | `0.9` -> `0.10` |

---

### Release Notes

<details>
<summary>lancedb/lancedb (lancedb)</summary>

###
[`v0.10.0`](https://redirect.github.com/lancedb/lancedb/releases/tag/v0.10.0):
Node/Rust LanceDB v0.10.0

[Compare
Source](https://redirect.github.com/lancedb/lancedb/compare/v0.9.0...v0.10.0)

#### 🛠 Breaking Changes

- feat!: migrate FTS from tantivy to lance-index by
[@&#8203;BubbleCal](https://redirect.github.com/BubbleCal) in
[https://github.com/lancedb/lancedb/pull/1483](https://redirect.github.com/lancedb/lancedb/pull/1483)
- feat!: better api for manual hybrid queries by
[@&#8203;AyushExel](https://redirect.github.com/AyushExel) in
[https://github.com/lancedb/lancedb/pull/1575](https://redirect.github.com/lancedb/lancedb/pull/1575)

#### 🎉 New Features

- feat!: migrate FTS from tantivy to lance-index by
[@&#8203;BubbleCal](https://redirect.github.com/BubbleCal) in
[https://github.com/lancedb/lancedb/pull/1483](https://redirect.github.com/lancedb/lancedb/pull/1483)
- feat(python): add to_list to async api by
[@&#8203;gagan-bhullar-tech](https://redirect.github.com/gagan-bhullar-tech)
in
[https://github.com/lancedb/lancedb/pull/1520](https://redirect.github.com/lancedb/lancedb/pull/1520)
- feat: create bitmap and label list scalar index using python async api
by [@&#8203;eddyxu](https://redirect.github.com/eddyxu) in
[https://github.com/lancedb/lancedb/pull/1529](https://redirect.github.com/lancedb/lancedb/pull/1529)
- feat(nodejs): add bitmap and label list index types in nodejs by
[@&#8203;eddyxu](https://redirect.github.com/eddyxu) in
[https://github.com/lancedb/lancedb/pull/1532](https://redirect.github.com/lancedb/lancedb/pull/1532)
- feat: allow new scalar index types to be created in remote table by
[@&#8203;rpgreen](https://redirect.github.com/rpgreen) in
[https://github.com/lancedb/lancedb/pull/1538](https://redirect.github.com/lancedb/lancedb/pull/1538)
- feat(nodejs): add delete unverified by
[@&#8203;gagan-bhullar-tech](https://redirect.github.com/gagan-bhullar-tech)
in
[https://github.com/lancedb/lancedb/pull/1530](https://redirect.github.com/lancedb/lancedb/pull/1530)
- feat(python): add delete unverified parameter by
[@&#8203;gagan-bhullar-tech](https://redirect.github.com/gagan-bhullar-tech)
in
[https://github.com/lancedb/lancedb/pull/1542](https://redirect.github.com/lancedb/lancedb/pull/1542)
- feat: support to query/index FTS on RemoteTable/AsyncTable by
[@&#8203;BubbleCal](https://redirect.github.com/BubbleCal) in
[https://github.com/lancedb/lancedb/pull/1537](https://redirect.github.com/lancedb/lancedb/pull/1537)
- feat: add answerdotai rerankers support and minor improvements by
[@&#8203;AyushExel](https://redirect.github.com/AyushExel) in
[https://github.com/lancedb/lancedb/pull/1560](https://redirect.github.com/lancedb/lancedb/pull/1560)
- feat!: better api for manual hybrid queries by
[@&#8203;AyushExel](https://redirect.github.com/AyushExel) in
[https://github.com/lancedb/lancedb/pull/1575](https://redirect.github.com/lancedb/lancedb/pull/1575)
- feat: update default reranker to RRF by
[@&#8203;AyushExel](https://redirect.github.com/AyushExel) in
[https://github.com/lancedb/lancedb/pull/1580](https://redirect.github.com/lancedb/lancedb/pull/1580)
- feat(python, rust): expose offset in query by
[@&#8203;gagan-bhullar-tech](https://redirect.github.com/gagan-bhullar-tech)
in
[https://github.com/lancedb/lancedb/pull/1556](https://redirect.github.com/lancedb/lancedb/pull/1556)
- feat: support to create table from record batch iterator by
[@&#8203;BubbleCal](https://redirect.github.com/BubbleCal) in
[https://github.com/lancedb/lancedb/pull/1593](https://redirect.github.com/lancedb/lancedb/pull/1593)
- feat: upgrade lance to v0.17.0 by
[@&#8203;wjones127](https://redirect.github.com/wjones127) in
[https://github.com/lancedb/lancedb/pull/1608](https://redirect.github.com/lancedb/lancedb/pull/1608)
- feat: enable phrase_query(bool) for hybrid search queries by
[@&#8203;jameswu1991](https://redirect.github.com/jameswu1991) in
[https://github.com/lancedb/lancedb/pull/1578](https://redirect.github.com/lancedb/lancedb/pull/1578)
- feat: add flag to enable faster manifest paths by
[@&#8203;wjones127](https://redirect.github.com/wjones127) in
[https://github.com/lancedb/lancedb/pull/1612](https://redirect.github.com/lancedb/lancedb/pull/1612)
- feat(nodejs): expose offset by
[@&#8203;gagan-bhullar-tech](https://redirect.github.com/gagan-bhullar-tech)
in
[https://github.com/lancedb/lancedb/pull/1620](https://redirect.github.com/lancedb/lancedb/pull/1620)
- feat: support to build FTS without positions by
[@&#8203;BubbleCal](https://redirect.github.com/BubbleCal) in
[https://github.com/lancedb/lancedb/pull/1621](https://redirect.github.com/lancedb/lancedb/pull/1621)
- feat: expose hnsw indices by
[@&#8203;gagan-bhullar-tech](https://redirect.github.com/gagan-bhullar-tech)
in
[https://github.com/lancedb/lancedb/pull/1595](https://redirect.github.com/lancedb/lancedb/pull/1595)

#### 🐛 Bug Fixes

- fix: remove native.d.ts from .npmignore by
[@&#8203;mattbasta](https://redirect.github.com/mattbasta) in
[https://github.com/lancedb/lancedb/pull/1531](https://redirect.github.com/lancedb/lancedb/pull/1531)
- fix: rerank attribute unknown by
[@&#8203;gagan-bhullar-tech](https://redirect.github.com/gagan-bhullar-tech)
in
[https://github.com/lancedb/lancedb/pull/1554](https://redirect.github.com/lancedb/lancedb/pull/1554)
- fix(bug): limit fix by
[@&#8203;gagan-bhullar-tech](https://redirect.github.com/gagan-bhullar-tech)
in
[https://github.com/lancedb/lancedb/pull/1548](https://redirect.github.com/lancedb/lancedb/pull/1548)
- fix(node): read consistency level fix by
[@&#8203;gagan-bhullar-tech](https://redirect.github.com/gagan-bhullar-tech)
in
[https://github.com/lancedb/lancedb/pull/1567](https://redirect.github.com/lancedb/lancedb/pull/1567)
- fix: specify column to search for FTS by
[@&#8203;BubbleCal](https://redirect.github.com/BubbleCal) in
[https://github.com/lancedb/lancedb/pull/1572](https://redirect.github.com/lancedb/lancedb/pull/1572)
- docs: removed the unnecessary fence code tag by
[@&#8203;ousiax](https://redirect.github.com/ousiax) in
[https://github.com/lancedb/lancedb/pull/1599](https://redirect.github.com/lancedb/lancedb/pull/1599)
- fix(python): remove unmaintained ratelimiter dependency by
[@&#8203;antoniomdk](https://redirect.github.com/antoniomdk) in
[https://github.com/lancedb/lancedb/pull/1603](https://redirect.github.com/lancedb/lancedb/pull/1603)

#### 📚 Documentation

- docs: add lancedb embedding fcn on cloud docs by
[@&#8203;AyushExel](https://redirect.github.com/AyushExel) in
[https://github.com/lancedb/lancedb/pull/1521](https://redirect.github.com/lancedb/lancedb/pull/1521)
- docs: add `create_fts_index` doc in Python API Reference by
[@&#8203;BubbleCal](https://redirect.github.com/BubbleCal) in
[https://github.com/lancedb/lancedb/pull/1533](https://redirect.github.com/lancedb/lancedb/pull/1533)
- docs: add vector search example by
[@&#8203;rithikJha](https://redirect.github.com/rithikJha) in
[https://github.com/lancedb/lancedb/pull/1543](https://redirect.github.com/lancedb/lancedb/pull/1543)
- docs: add a section to describe scalar index by
[@&#8203;eddyxu](https://redirect.github.com/eddyxu) in
[https://github.com/lancedb/lancedb/pull/1495](https://redirect.github.com/lancedb/lancedb/pull/1495)
- docs: add chatbot example and improve quality of other examples by
[@&#8203;rithikJha](https://redirect.github.com/rithikJha) in
[https://github.com/lancedb/lancedb/pull/1544](https://redirect.github.com/lancedb/lancedb/pull/1544)
- docs: add evaluation example by
[@&#8203;rithikJha](https://redirect.github.com/rithikJha) in
[https://github.com/lancedb/lancedb/pull/1552](https://redirect.github.com/lancedb/lancedb/pull/1552)
- docs: add AI agent example by
[@&#8203;rithikJha](https://redirect.github.com/rithikJha) in
[https://github.com/lancedb/lancedb/pull/1553](https://redirect.github.com/lancedb/lancedb/pull/1553)
- docs: add dlt-lancedb integration page by
[@&#8203;rahuljo](https://redirect.github.com/rahuljo) in
[https://github.com/lancedb/lancedb/pull/1551](https://redirect.github.com/lancedb/lancedb/pull/1551)
- docs: add recommender system example by
[@&#8203;rithikJha](https://redirect.github.com/rithikJha) in
[https://github.com/lancedb/lancedb/pull/1561](https://redirect.github.com/lancedb/lancedb/pull/1561)
- docs: update serverless_lancedb_with_s3\_and_lambda.md by
[@&#8203;bllchmbrs](https://redirect.github.com/bllchmbrs) in
[https://github.com/lancedb/lancedb/pull/1559](https://redirect.github.com/lancedb/lancedb/pull/1559)
- docs: revamp embedding models by
[@&#8203;rithikJha](https://redirect.github.com/rithikJha) in
[https://github.com/lancedb/lancedb/pull/1568](https://redirect.github.com/lancedb/lancedb/pull/1568)
- docs: fix links, convert backslash to forward slash in mkdocs.yml by
[@&#8203;rithikJha](https://redirect.github.com/rithikJha) in
[https://github.com/lancedb/lancedb/pull/1571](https://redirect.github.com/lancedb/lancedb/pull/1571)
- docs: revamp Python example: Overview page and remove redundant
examples and notebooks by
[@&#8203;rithikJha](https://redirect.github.com/rithikJha) in
[https://github.com/lancedb/lancedb/pull/1574](https://redirect.github.com/lancedb/lancedb/pull/1574)
- docs: add hnsw docs by
[@&#8203;AyushExel](https://redirect.github.com/AyushExel) in
[https://github.com/lancedb/lancedb/pull/1570](https://redirect.github.com/lancedb/lancedb/pull/1570)
- docs: improve overall language on all example pages by
[@&#8203;rithikJha](https://redirect.github.com/rithikJha) in
[https://github.com/lancedb/lancedb/pull/1582](https://redirect.github.com/lancedb/lancedb/pull/1582)
- docs: add multi-vector reranking, answerdotai and studies section by
[@&#8203;AyushExel](https://redirect.github.com/AyushExel) in
[https://github.com/lancedb/lancedb/pull/1579](https://redirect.github.com/lancedb/lancedb/pull/1579)
- docs: fix links - quick start to embedding by
[@&#8203;rithikJha](https://redirect.github.com/rithikJha) in
[https://github.com/lancedb/lancedb/pull/1591](https://redirect.github.com/lancedb/lancedb/pull/1591)
- docs: removed the unnecessary fence code tag by
[@&#8203;ousiax](https://redirect.github.com/ousiax) in
[https://github.com/lancedb/lancedb/pull/1599](https://redirect.github.com/lancedb/lancedb/pull/1599)
- docs: add changes to Embeddings-> Available models-> overview page by
[@&#8203;rithikJha](https://redirect.github.com/rithikJha) in
[https://github.com/lancedb/lancedb/pull/1596](https://redirect.github.com/lancedb/lancedb/pull/1596)
- docs: fix get_registry() usage by
[@&#8203;philz](https://redirect.github.com/philz) in
[https://github.com/lancedb/lancedb/pull/1601](https://redirect.github.com/lancedb/lancedb/pull/1601)
- docs: added a blank line between a paragraph and a list block by
[@&#8203;ousiax](https://redirect.github.com/ousiax) in
[https://github.com/lancedb/lancedb/pull/1604](https://redirect.github.com/lancedb/lancedb/pull/1604)

#### 🔧 Build and CI

- ci: public java package by
[@&#8203;eddyxu](https://redirect.github.com/eddyxu) in
[https://github.com/lancedb/lancedb/pull/1485](https://redirect.github.com/lancedb/lancedb/pull/1485)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/bosun-ai/swiftide).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 12, 2024
1 parent f8314cc commit c74f1e5
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
64 changes: 32 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ qdrant-client = { version = "1.10", default-features = false, features = [
"serde",
] }
fluvio = { version = "0.23", default-features = false }
lancedb = { version = "0.9", default-features = false }
lancedb = { version = "0.10", default-features = false }
arrow-array = { version = "52.2", default-features = false }
arrow = { version = "52.2" }
parquet = { version = "52.2", default-features = false, features = ["async"] }
Expand Down

0 comments on commit c74f1e5

Please sign in to comment.