Skip to main content

lancedb

Project description

LanceDB

A Python library for LanceDB.

Installation

pip install 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_df()
print(results)

Development

Create a virtual environment and activate it:

python -m venv venv
. ./venv/bin/activate

Install the necessary packages:

python -m pip install .

To run the unit tests:

pytest

To run linter and automatically fix all errors:

black .
isort .

If any packages are missing, install them with:

pip install <PACKAGE_NAME>

For Windows users, there may be errors when installing packages, so these commands may be helpful:

Activate the virtual environment:

. .\venv\Scripts\activate

You may need to run the installs separately:

pip install -e .[tests]
pip install -e .[dev]

tantivy requires rust to be installed, so install it with conda, as it doesn't support windows installation:

pip install wheel
pip install cargo
conda install rust
pip install tantivy

To run the unit tests:

pytest

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lancedb-0.1.14.tar.gz (29.4 kB view details)

Uploaded Source

Built Distribution

lancedb-0.1.14-py3-none-any.whl (33.3 kB view details)

Uploaded Python 3

File details

Details for the file lancedb-0.1.14.tar.gz.

File metadata

  • Download URL: lancedb-0.1.14.tar.gz
  • Upload date:
  • Size: 29.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for lancedb-0.1.14.tar.gz
Algorithm Hash digest
SHA256 93a999a5160afe0275f08c1497bcbbeb241f2d49040eb98dd7dc533774f78c97
MD5 5d9d0cdf5b58cdf0d0019a339dd6c054
BLAKE2b-256 095ed0e10dc7593c34af3986ad6e94e2c10b5fab5a68fac3440a5c24be2fc2c8

See more details on using hashes here.

File details

Details for the file lancedb-0.1.14-py3-none-any.whl.

File metadata

  • Download URL: lancedb-0.1.14-py3-none-any.whl
  • Upload date:
  • Size: 33.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for lancedb-0.1.14-py3-none-any.whl
Algorithm Hash digest
SHA256 5e5b4dabc950b7040ca0a264808ddea6287a2120342c86d0fd2198b4bc91aa4a
MD5 751a6e2bcd2fc6d499728b3223165070
BLAKE2b-256 f717621cd92b37bbcc7d6078a184c0a49bc2d8d4c0c1ba0e99d82ead004eb7b1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page