lancedb
Project Links
Meta
Author: LanceDB Devs
Requires Python: >=3.10
Classifiers
Development Status
- 3 - Alpha
Environment
- Console
Intended Audience
- Science/Research
License
- OSI Approved :: Apache Software License
Operating System
- OS Independent
Programming Language
- Python
- Python :: 3
- Python :: 3 :: Only
- Python :: 3.10
- Python :: 3.11
- Python :: 3.12
- Python :: 3.13
Topic
- Scientific/Engineering
LanceDB Python SDK
A Python library for LanceDB.
Installation
pip install lancedb
Preview Releases
Stable releases are created about every 2 weeks. For the latest features and bug fixes, you can install the preview release. These releases receive the same level of testing as stable releases, but are not guaranteed to be available for more than 6 months after they are released. Once your application is stable, we recommend switching to stable releases.
pip install --pre --extra-index-url https://pypi.fury.io/lancedb/ lancedb
Usage
Basic Example
import lancedb
db = lancedb.connect('<PATH_TO_LANCEDB_DATASET>')
table = db.open_table('my_table')
results = table.search([0.1, 0.3]).limit(20).to_list()
print(results)
Development
See CONTRIBUTING.md for information on how to contribute to LanceDB.
0.30.2
Mar 31, 2026
0.30.1
Mar 20, 2026
0.30.0
Mar 16, 2026
0.29.2
Feb 09, 2026
0.29.1
Feb 07, 2026
0.29.0
Feb 06, 2026
0.27.1
Jan 26, 2026
0.27.0
Jan 22, 2026
0.26.1
Jan 02, 2026
0.26.0
Dec 16, 2025
0.25.3
Nov 07, 2025
0.25.2
Oct 08, 2025
0.25.1
Sep 23, 2025
0.25.0
Sep 04, 2025
0.24.3
Aug 15, 2025
0.24.2
Jul 25, 2025
0.24.1
Jul 10, 2025
0.24.0
Jun 20, 2025
0.23.0
Jun 04, 2025
0.22.1
May 22, 2025
0.22.0
Apr 25, 2025
0.21.2
Mar 26, 2025
0.21.1
Mar 11, 2025
0.21.0
Mar 10, 2025
0.20.0
Feb 26, 2025
0.19.0
Feb 07, 2025
0.18.0
Jan 14, 2025
0.17.1
Dec 24, 2024
0.17.0
Dec 06, 2024
0.16.0
Nov 15, 2024
0.15.0
Oct 29, 2024
0.14.0
Oct 09, 2024
0.13.0
Sep 10, 2024
0.12.0
Aug 07, 2024
0.11.0
Jul 26, 2024
0.10.2
Jul 23, 2024
0.10.1
Jul 17, 2024
0.10.0
Jul 13, 2024
0.9.0
Jun 25, 2024
0.8.2
Jun 05, 2024
0.8.1
May 30, 2024
0.8.0
May 23, 2024
0.6.13
May 10, 2024
0.6.12
May 07, 2024
0.6.11
Apr 28, 2024
0.6.10
Apr 22, 2024
0.6.8
Apr 10, 2024
0.6.7
Apr 05, 2024
0.6.6
Apr 01, 2024
0.6.5
Mar 21, 2024
0.6.4
Mar 16, 2024
0.6.3
Mar 11, 2024
0.6.2
Mar 06, 2024
0.6.1
Feb 29, 2024
0.6.0
Feb 29, 2024
0.5.7
Feb 22, 2024
0.5.6
Feb 20, 2024
0.5.5
Feb 13, 2024
0.5.4
Feb 09, 2024
0.5.3
Feb 03, 2024
0.5.2
Feb 02, 2024
0.5.1
Jan 23, 2024
0.5.0
Jan 18, 2024
0.4.4
Jan 11, 2024
0.4.3
Dec 30, 2023
0.4.2
Dec 29, 2023
0.4.1
Dec 26, 2023
0.4.0
Dec 18, 2023
0.3.6
Dec 15, 2023
0.3.5
Dec 14, 2023
0.3.4
Nov 19, 2023
0.3.3
Nov 01, 2023
0.3.2
Oct 24, 2023
0.3.1
Oct 13, 2023
0.3.0
Oct 03, 2023
0.2.6
Oct 01, 2023
0.2.5
Sep 19, 2023
0.2.4
Sep 15, 2023
0.2.2
Aug 24, 2023
0.2.1
Aug 24, 2023
0.2.0
Aug 12, 2023
0.1.16
Jul 31, 2023
0.1.15
Jul 25, 2023
0.1.14
Jul 20, 2023
0.1.13
Jul 19, 2023
0.1.12
Jul 19, 2023
0.1.11
Jul 17, 2023
0.1.10
Jul 10, 2023
0.1.9
Jun 26, 2023
0.1.8
Jun 12, 2023
0.1.6
Jun 06, 2023
0.1.5
Jun 02, 2023
0.1.4
Jun 01, 2023
0.1.3
May 25, 2023
0.1.2
May 05, 2023
0.1.1
Apr 27, 2023
0.1
Apr 20, 2023
0.0.4
Apr 18, 2023
0.0.3
Mar 31, 2023
0.0.2
Mar 24, 2023
0.0.1
Mar 18, 2023
Wheel compatibility matrix
| Platform | CPython >=3.9 (abi3) |
|---|---|
| macosx_11_0_arm64 | |
| manylinux2014_aarch64 | |
| manylinux2014_x86_64 | |
| manylinux_2_17_aarch64 | |
| manylinux_2_17_x86_64 | |
| manylinux_2_28_aarch64 | |
| manylinux_2_28_x86_64 | |
| win_amd64 |
Files in release
lancedb-0.30.2-cp39-abi3-macosx_11_0_arm64.whl (39.8MiB)
lancedb-0.30.2-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (41.6MiB)
lancedb-0.30.2-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (44.5MiB)
lancedb-0.30.2-cp39-abi3-manylinux_2_28_aarch64.whl (41.6MiB)
lancedb-0.30.2-cp39-abi3-manylinux_2_28_x86_64.whl (44.5MiB)
lancedb-0.30.2-cp39-abi3-win_amd64.whl (48.6MiB)