Lancedb

Latest version: v0.16.0

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

Scan your dependencies

Page 3 of 15

0.11.0

🛠 Breaking Changes

- feat!: upgrade Lance to 0.18.0 by LuQQiu in https://github.com/lancedb/lancedb/pull/1657
- feat!: set embeddings to Null if embedding function return invalid results by eddyxu in https://github.com/lancedb/lancedb/pull/1674
- feat: remote index stats by wjones127 in https://github.com/lancedb/lancedb/pull/1702
- The return value of `index_stats` method has changed and all `index_stats` APIs now take index name instead of UUID. Also several deprecated index statistics methods were removed.

🎉 New Features

- feat: implement Remote connection for LanceDB Rust by wjones127 in https://github.com/lancedb/lancedb/pull/1639
- feat(node): let NODE API region default to us-east-1 by LuQQiu in https://github.com/lancedb/lancedb/pull/1631
- feat: fix creating empty table and creating table by a list of RecordBatch for remote python sdk by eddyxu in https://github.com/lancedb/lancedb/pull/1650
- feat(rust): remote endpoints for schema, version, count_rows by wjones127 in https://github.com/lancedb/lancedb/pull/1644
- feat(rust): remote client write data endpoint by wjones127 in https://github.com/lancedb/lancedb/pull/1645
- feat!: upgrade Lance to 0.18.0 by LuQQiu in https://github.com/lancedb/lancedb/pull/1657
- feat!: set embeddings to Null if embedding function return invalid results by eddyxu in https://github.com/lancedb/lancedb/pull/1674
- feat(rust): add with_row_id to rust SDK by eddyxu in https://github.com/lancedb/lancedb/pull/1683
- feat: add fast_search to vectordb by albertlockett in https://github.com/lancedb/lancedb/pull/1693
- feat(python): allow explicit hybrid search query pattern in SaaS (feat parity) by AyushExel in https://github.com/lancedb/lancedb/pull/1698
- fix: hnsw default partitions by gagan-bhullar-tech in https://github.com/lancedb/lancedb/pull/1667
- feat: expose underlying dataset uri of the table by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/1704
- feat(rust): remote client `query` and `create_index` endpoints by wjones127 in https://github.com/lancedb/lancedb/pull/1663
- feat(rust): remote rename table by wjones127 in https://github.com/lancedb/lancedb/pull/1703
- feat: remote index stats by wjones127 in https://github.com/lancedb/lancedb/pull/1702
- feat(python): add support for trust_remote_code in hf embeddings by akashsara in https://github.com/lancedb/lancedb/pull/1712
- feat(python): merge_insert in async Python by wjones127 in https://github.com/lancedb/lancedb/pull/1707
- feat(rust): client configuration for remote client by wjones127 in https://github.com/lancedb/lancedb/pull/1696
- feat(python): bind python async remote client to rust client by wjones127 in https://github.com/lancedb/lancedb/pull/1700
- feat(python): drop support for dictionary in Table.add by gagan-bhullar-tech in https://github.com/lancedb/lancedb/pull/1725
- feat(rust): `list_indices` in remote SDK by wjones127 in https://github.com/lancedb/lancedb/pull/1726
- feat: better errors for remote SDK by wjones127 in https://github.com/lancedb/lancedb/pull/1722
- feat(node): bind remote SDK to rust implementation by wjones127 in https://github.com/lancedb/lancedb/pull/1730
- feat: upgrade Lance to v0.18.2 by wjones127 in https://github.com/lancedb/lancedb/pull/1737

🐛 Bug Fixes

- fix: support pyarrow input types by LuQQiu in https://github.com/lancedb/lancedb/pull/1628
- fix: add appropriate QueryBuilder overloads to LanceTable.search by sayandipdutta in https://github.com/lancedb/lancedb/pull/1558
- fix: unterminated string literal on table update by sayandipdutta in https://github.com/lancedb/lancedb/pull/1573
- fix: allow pass optional args in colbert reranker by AyushExel in https://github.com/lancedb/lancedb/pull/1649
- fix(python): force deduce vector column name if running explicit hybrid query by AyushExel in https://github.com/lancedb/lancedb/pull/1692
- fix(node): pass no const enum by wjones127 in https://github.com/lancedb/lancedb/pull/1690
- fix: re-add hostOverride arg to ConnectionOptions by albertlockett in https://github.com/lancedb/lancedb/pull/1694
- fix: metric type for python/node search api by QianZhu in https://github.com/lancedb/lancedb/pull/1689
- fix: hnsw default partitions by gagan-bhullar-tech in https://github.com/lancedb/lancedb/pull/1667
- fix(EmbeddingFunction): modify safe_model_dump to explicitly exclude class fields with underscore by rjrobben in https://github.com/lancedb/lancedb/pull/1688
- fix: `list_indices` returns correct index type by wjones127 in https://github.com/lancedb/lancedb/pull/1715
- fix: broken notebook link fix by PrashantDixit0 in https://github.com/lancedb/lancedb/pull/1721
- fix(rust): remote SDK bugs by wjones127 in https://github.com/lancedb/lancedb/pull/1723
- fix(node): add native packages to bump version by wjones127 in https://github.com/lancedb/lancedb/pull/1738

📚 Documentation

- docs: improve the docs and API param name by BubbleCal in https://github.com/lancedb/lancedb/pull/1629
- docs: rag section in guide by PrashantDixit0 in https://github.com/lancedb/lancedb/pull/1619
- docs: update FTS docs for JS SDK by BubbleCal in https://github.com/lancedb/lancedb/pull/1634
- docs: add understand embeddings v1 by rithikJha in https://github.com/lancedb/lancedb/pull/1643
- docs: hnsw documentation by gagan-bhullar-tech in https://github.com/lancedb/lancedb/pull/1640
- docs: phidata integration page by rithikJha in https://github.com/lancedb/lancedb/pull/1678
- docs: revamp Voxel51 v1 by rithikJha in https://github.com/lancedb/lancedb/pull/1714
- docs: saleforce's sfr rag by PrashantDixit0 in https://github.com/lancedb/lancedb/pull/1717
- docs: add langchainjs writing assistant by rithikJha in https://github.com/lancedb/lancedb/pull/1719

🔧 Build and CI

- ci: enable java auto release by LuQQiu in https://github.com/lancedb/lancedb/pull/1602
- ci: run clippy on tests by wjones127 in https://github.com/lancedb/lancedb/pull/1659
- ci: change to use github runner by eddyxu in https://github.com/lancedb/lancedb/pull/1708



python-v0.14.0
🛠 Breaking Changes

- feat!: upgrade Lance to 0.18.0 by LuQQiu in https://github.com/lancedb/lancedb/pull/1657
- feat!: set embeddings to Null if embedding function return invalid results by eddyxu in https://github.com/lancedb/lancedb/pull/1674
- feat: remote index stats by wjones127 in https://github.com/lancedb/lancedb/pull/1702

🎉 New Features

- feat: implement Remote connection for LanceDB Rust by wjones127 in https://github.com/lancedb/lancedb/pull/1639
- feat(node): let NODE API region default to us-east-1 by LuQQiu in https://github.com/lancedb/lancedb/pull/1631
- feat: fix creating empty table and creating table by a list of RecordBatch for remote python sdk by eddyxu in https://github.com/lancedb/lancedb/pull/1650
- feat(rust): remote endpoints for schema, version, count_rows by wjones127 in https://github.com/lancedb/lancedb/pull/1644
- feat(rust): remote client write data endpoint by wjones127 in https://github.com/lancedb/lancedb/pull/1645
- feat!: upgrade Lance to 0.18.0 by LuQQiu in https://github.com/lancedb/lancedb/pull/1657
- feat!: set embeddings to Null if embedding function return invalid results by eddyxu in https://github.com/lancedb/lancedb/pull/1674
- feat(rust): add with_row_id to rust SDK by eddyxu in https://github.com/lancedb/lancedb/pull/1683
- feat: add fast_search to vectordb by albertlockett in https://github.com/lancedb/lancedb/pull/1693
- feat(python): allow explicit hybrid search query pattern in SaaS (feat parity) by AyushExel in https://github.com/lancedb/lancedb/pull/1698
- fix: hnsw default partitions by gagan-bhullar-tech in https://github.com/lancedb/lancedb/pull/1667
- feat: expose underlying dataset uri of the table by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/1704
- feat(rust): remote client `query` and `create_index` endpoints by wjones127 in https://github.com/lancedb/lancedb/pull/1663
- feat(rust): remote rename table by wjones127 in https://github.com/lancedb/lancedb/pull/1703
- feat: remote index stats by wjones127 in https://github.com/lancedb/lancedb/pull/1702
- feat(python): add support for trust_remote_code in hf embeddings by akashsara in https://github.com/lancedb/lancedb/pull/1712
- feat(python): merge_insert in async Python by wjones127 in https://github.com/lancedb/lancedb/pull/1707
- feat(rust): client configuration for remote client by wjones127 in https://github.com/lancedb/lancedb/pull/1696
- feat(python): bind python async remote client to rust client by wjones127 in https://github.com/lancedb/lancedb/pull/1700
- feat(python): drop support for dictionary in Table.add by gagan-bhullar-tech in https://github.com/lancedb/lancedb/pull/1725
- feat(rust): `list_indices` in remote SDK by wjones127 in https://github.com/lancedb/lancedb/pull/1726
- feat: better errors for remote SDK by wjones127 in https://github.com/lancedb/lancedb/pull/1722
- feat(node): bind remote SDK to rust implementation by wjones127 in https://github.com/lancedb/lancedb/pull/1730
- feat: upgrade Lance to v0.18.2 by wjones127 in https://github.com/lancedb/lancedb/pull/1737

🐛 Bug Fixes

- fix: support pyarrow input types by LuQQiu in https://github.com/lancedb/lancedb/pull/1628
- fix: add appropriate QueryBuilder overloads to LanceTable.search by sayandipdutta in https://github.com/lancedb/lancedb/pull/1558
- fix: unterminated string literal on table update by sayandipdutta in https://github.com/lancedb/lancedb/pull/1573
- fix: allow pass optional args in colbert reranker by AyushExel in https://github.com/lancedb/lancedb/pull/1649
- fix(python): force deduce vector column name if running explicit hybrid query by AyushExel in https://github.com/lancedb/lancedb/pull/1692
- fix(node): pass no const enum by wjones127 in https://github.com/lancedb/lancedb/pull/1690
- fix: re-add hostOverride arg to ConnectionOptions by albertlockett in https://github.com/lancedb/lancedb/pull/1694
- fix: metric type for python/node search api by QianZhu in https://github.com/lancedb/lancedb/pull/1689
- fix: hnsw default partitions by gagan-bhullar-tech in https://github.com/lancedb/lancedb/pull/1667
- fix(EmbeddingFunction): modify safe_model_dump to explicitly exclude class fields with underscore by rjrobben in https://github.com/lancedb/lancedb/pull/1688
- fix: `list_indices` returns correct index type by wjones127 in https://github.com/lancedb/lancedb/pull/1715
- fix: broken notebook link fix by PrashantDixit0 in https://github.com/lancedb/lancedb/pull/1721
- fix(rust): remote SDK bugs by wjones127 in https://github.com/lancedb/lancedb/pull/1723
- fix(node): add native packages to bump version by wjones127 in https://github.com/lancedb/lancedb/pull/1738

📚 Documentation

- docs: improve the docs and API param name by BubbleCal in https://github.com/lancedb/lancedb/pull/1629
- docs: rag section in guide by PrashantDixit0 in https://github.com/lancedb/lancedb/pull/1619
- docs: update FTS docs for JS SDK by BubbleCal in https://github.com/lancedb/lancedb/pull/1634
- docs: add understand embeddings v1 by rithikJha in https://github.com/lancedb/lancedb/pull/1643
- docs: hnsw documentation by gagan-bhullar-tech in https://github.com/lancedb/lancedb/pull/1640
- docs: phidata integration page by rithikJha in https://github.com/lancedb/lancedb/pull/1678
- docs: revamp Voxel51 v1 by rithikJha in https://github.com/lancedb/lancedb/pull/1714
- docs: saleforce's sfr rag by PrashantDixit0 in https://github.com/lancedb/lancedb/pull/1717
- docs: add langchainjs writing assistant by rithikJha in https://github.com/lancedb/lancedb/pull/1719

🔧 Build and CI

- ci: enable java auto release by LuQQiu in https://github.com/lancedb/lancedb/pull/1602
- ci: run clippy on tests by wjones127 in https://github.com/lancedb/lancedb/pull/1659
- ci: change to use github runner by eddyxu in https://github.com/lancedb/lancedb/pull/1708

0.11.0beta.1

🛠 Breaking Changes

- feat!: set embeddings to Null if embedding function return invalid results by eddyxu in https://github.com/lancedb/lancedb/pull/1674

🎉 New Features

- feat!: set embeddings to Null if embedding function return invalid results by eddyxu in https://github.com/lancedb/lancedb/pull/1674
- feat(rust): add with_row_id to rust SDK by eddyxu in https://github.com/lancedb/lancedb/pull/1683
- feat: add fast_search to vectordb by albertlockett in https://github.com/lancedb/lancedb/pull/1693

🐛 Bug Fixes

- fix(python): force deduce vector column name if running explicit hybrid query by AyushExel in https://github.com/lancedb/lancedb/pull/1692
- fix(node): pass no const enum by wjones127 in https://github.com/lancedb/lancedb/pull/1690
- fix: re-add hostOverride arg to ConnectionOptions by albertlockett in https://github.com/lancedb/lancedb/pull/1694

📚 Documentation

- docs: phidata integration page by rithikJha in https://github.com/lancedb/lancedb/pull/1678

🔧 Build and CI

- ci: run clippy on tests by wjones127 in https://github.com/lancedb/lancedb/pull/1659

0.11.0beta.0

🛠 Breaking Changes

- feat!: upgrade Lance to 0.18.0 by LuQQiu in https://github.com/lancedb/lancedb/pull/1657

🎉 New Features

- feat: implement Remote connection for LanceDB Rust by wjones127 in https://github.com/lancedb/lancedb/pull/1639
- feat(node): let NODE API region default to us-east-1 by LuQQiu in https://github.com/lancedb/lancedb/pull/1631
- feat: fix creating empty table and creating table by a list of RecordBatch for remote python sdk by eddyxu in https://github.com/lancedb/lancedb/pull/1650
- feat(rust): remote endpoints for schema, version, count_rows by wjones127 in https://github.com/lancedb/lancedb/pull/1644
- feat(rust): remote client write data endpoint by wjones127 in https://github.com/lancedb/lancedb/pull/1645
- feat!: upgrade Lance to 0.18.0 by LuQQiu in https://github.com/lancedb/lancedb/pull/1657

🐛 Bug Fixes

- fix: support pyarrow input types by LuQQiu in https://github.com/lancedb/lancedb/pull/1628
- fix: add appropriate QueryBuilder overloads to LanceTable.search by sayandipdutta in https://github.com/lancedb/lancedb/pull/1558
- fix: unterminated string literal on table update by sayandipdutta in https://github.com/lancedb/lancedb/pull/1573
- fix: allow pass optional args in colbert reranker by AyushExel in https://github.com/lancedb/lancedb/pull/1649

📚 Documentation

- docs: improve the docs and API param name by BubbleCal in https://github.com/lancedb/lancedb/pull/1629
- docs: rag section in guide by PrashantDixit0 in https://github.com/lancedb/lancedb/pull/1619
- docs: update FTS docs for JS SDK by BubbleCal in https://github.com/lancedb/lancedb/pull/1634
- docs: add understand embeddings v1 by rithikJha in https://github.com/lancedb/lancedb/pull/1643
- docs: hnsw documentation by gagan-bhullar-tech in https://github.com/lancedb/lancedb/pull/1640

🔧 Build and CI

- ci: enable java auto release by LuQQiu in https://github.com/lancedb/lancedb/pull/1602



python-v0.14.0-beta.0
🛠 Breaking Changes

- feat!: upgrade Lance to 0.18.0 by LuQQiu in https://github.com/lancedb/lancedb/pull/1657
- Lance file format v2.0 is now the default for new tables. You can still use v1.x by passing `data_storage_version="legacy"` when creating a table.

🎉 New Features

- feat: implement Remote connection for LanceDB Rust by wjones127 in https://github.com/lancedb/lancedb/pull/1639
- feat(node): let NODE API region default to us-east-1 by LuQQiu in https://github.com/lancedb/lancedb/pull/1631
- feat: fix creating empty table and creating table by a list of RecordBatch for remote python sdk by eddyxu in https://github.com/lancedb/lancedb/pull/1650
- feat(rust): remote endpoints for schema, version, count_rows by wjones127 in https://github.com/lancedb/lancedb/pull/1644
- feat(rust): remote client write data endpoint by wjones127 in https://github.com/lancedb/lancedb/pull/1645
- feat!: upgrade Lance to 0.18.0 by LuQQiu in https://github.com/lancedb/lancedb/pull/1657

🐛 Bug Fixes

- fix: support pyarrow input types by LuQQiu in https://github.com/lancedb/lancedb/pull/1628
- fix: add appropriate QueryBuilder overloads to LanceTable.search by sayandipdutta in https://github.com/lancedb/lancedb/pull/1558
- fix: unterminated string literal on table update by sayandipdutta in https://github.com/lancedb/lancedb/pull/1573
- fix: allow pass optional args in colbert reranker by AyushExel in https://github.com/lancedb/lancedb/pull/1649

📚 Documentation

- docs: improve the docs and API param name by BubbleCal in https://github.com/lancedb/lancedb/pull/1629
- docs: rag section in guide by PrashantDixit0 in https://github.com/lancedb/lancedb/pull/1619
- docs: update FTS docs for JS SDK by BubbleCal in https://github.com/lancedb/lancedb/pull/1634
- docs: add understand embeddings v1 by rithikJha in https://github.com/lancedb/lancedb/pull/1643
- docs: hnsw documentation by gagan-bhullar-tech in https://github.com/lancedb/lancedb/pull/1640

🔧 Build and CI

- ci: enable java auto release by LuQQiu in https://github.com/lancedb/lancedb/pull/1602

0.10.0

🛠 Breaking Changes

- feat!: migrate FTS from tantivy to lance-index by BubbleCal in https://github.com/lancedb/lancedb/pull/1483
- feat!: better api for manual hybrid queries by AyushExel in https://github.com/lancedb/lancedb/pull/1575

🎉 New Features

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

🐛 Bug Fixes

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

📚 Documentation

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

🔧 Build and CI

- ci: public java package by eddyxu in https://github.com/lancedb/lancedb/pull/1485



python-v0.13.0
🛠 Breaking Changes

- feat!: migrate FTS from tantivy to lance-index by BubbleCal in https://github.com/lancedb/lancedb/pull/1483
- feat!: better api for manual hybrid queries by AyushExel in https://github.com/lancedb/lancedb/pull/1575

🎉 New Features

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

🐛 Bug Fixes

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

📚 Documentation

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

🔧 Build and CI

- ci: public java package by eddyxu in https://github.com/lancedb/lancedb/pull/1485

0.10.0beta.1

🎉 New Features

- feat: allow new scalar index types to be created in remote table by rpgreen in https://github.com/lancedb/lancedb/pull/1538
- feat(nodejs): add delete unverified by gagan-bhullar-tech in https://github.com/lancedb/lancedb/pull/1530
- feat(python): add delete unverified parameter by gagan-bhullar-tech in https://github.com/lancedb/lancedb/pull/1542
- feat: support to query/index FTS on RemoteTable/AsyncTable by BubbleCal in https://github.com/lancedb/lancedb/pull/1537

🐛 Bug Fixes

- fix: remove native.d.ts from .npmignore by mattbasta in https://github.com/lancedb/lancedb/pull/1531
- fix: rerank attribute unknown by gagan-bhullar-tech in https://github.com/lancedb/lancedb/pull/1554

📚 Documentation

- docs: add `create_fts_index` doc in Python API Reference by BubbleCal in https://github.com/lancedb/lancedb/pull/1533
- docs: add vector search example by rithikJha in https://github.com/lancedb/lancedb/pull/1543
- docs: add a section to describe scalar index by eddyxu in https://github.com/lancedb/lancedb/pull/1495
- docs: add chatbot example and improve quality of other examples by rithikJha in https://github.com/lancedb/lancedb/pull/1544
- docs: add evaluation example by rithikJha in https://github.com/lancedb/lancedb/pull/1552
- docs: add AI agent example by rithikJha in https://github.com/lancedb/lancedb/pull/1553
- docs: add dlt-lancedb integration page by rahuljo in https://github.com/lancedb/lancedb/pull/1551



python-v0.13.0-beta.1
🎉 New Features

- feat: allow new scalar index types to be created in remote table by rpgreen in https://github.com/lancedb/lancedb/pull/1538
- feat(nodejs): add delete unverified by gagan-bhullar-tech in https://github.com/lancedb/lancedb/pull/1530
- feat(python): add delete unverified parameter by gagan-bhullar-tech in https://github.com/lancedb/lancedb/pull/1542
- feat: support to query/index FTS on RemoteTable/AsyncTable by BubbleCal in https://github.com/lancedb/lancedb/pull/1537

🐛 Bug Fixes

- fix: remove native.d.ts from .npmignore by mattbasta in https://github.com/lancedb/lancedb/pull/1531
- fix: rerank attribute unknown by gagan-bhullar-tech in https://github.com/lancedb/lancedb/pull/1554

📚 Documentation

- docs: add `create_fts_index` doc in Python API Reference by BubbleCal in https://github.com/lancedb/lancedb/pull/1533
- docs: add vector search example by rithikJha in https://github.com/lancedb/lancedb/pull/1543
- docs: add a section to describe scalar index by eddyxu in https://github.com/lancedb/lancedb/pull/1495
- docs: add chatbot example and improve quality of other examples by rithikJha in https://github.com/lancedb/lancedb/pull/1544
- docs: add evaluation example by rithikJha in https://github.com/lancedb/lancedb/pull/1552
- docs: add AI agent example by rithikJha in https://github.com/lancedb/lancedb/pull/1553
- docs: add dlt-lancedb integration page by rahuljo in https://github.com/lancedb/lancedb/pull/1551

0.10.0beta.0

🛠 Breaking Changes

- feat!: migrate FTS from tantivy to lance-index by BubbleCal in https://github.com/lancedb/lancedb/pull/1483

🎉 New Features

- feat!: migrate FTS from tantivy to lance-index by BubbleCal in https://github.com/lancedb/lancedb/pull/1483
- feat(python): add to_list to async api by gagan-bhullar-tech in https://github.com/lancedb/lancedb/pull/1520
- feat: create bitmap and label list scalar index using python async api by eddyxu in https://github.com/lancedb/lancedb/pull/1529
- feat(nodejs): add bitmap and label list index types in nodejs by eddyxu in https://github.com/lancedb/lancedb/pull/1532

📚 Documentation

- docs: add lancedb embedding fcn on cloud docs by AyushExel in https://github.com/lancedb/lancedb/pull/1521



python-v0.13.0-beta.0
🛠 Breaking Changes

- feat!: migrate FTS from tantivy to lance-index by BubbleCal in https://github.com/lancedb/lancedb/pull/1483

🎉 New Features

- feat!: migrate FTS from tantivy to lance-index by BubbleCal in https://github.com/lancedb/lancedb/pull/1483
- feat(python): add to_list to async api by gagan-bhullar-tech in https://github.com/lancedb/lancedb/pull/1520
- feat: create bitmap and label list scalar index using python async api by eddyxu in https://github.com/lancedb/lancedb/pull/1529
- feat(nodejs): add bitmap and label list index types in nodejs by eddyxu in https://github.com/lancedb/lancedb/pull/1532

📚 Documentation

- docs: add lancedb embedding fcn on cloud docs by AyushExel in https://github.com/lancedb/lancedb/pull/1521

Page 3 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.