-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(nodejs): add delete unverified #1530
feat(nodejs): add delete unverified #1530
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this. I have a suggestion to improve the test. Also modified the description since to close that issue I also want to address this in the Python SDK.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work. Thank you!
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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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>
PR fixes part of #1527