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.2.5.tar.gz (43.1 kB view details)

Uploaded Source

Built Distribution

lancedb-0.2.5-py3-none-any.whl (44.6 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for lancedb-0.2.5.tar.gz
Algorithm Hash digest
SHA256 4ef3a9df8352f17a2bd2045585ac329dbc46d34fa30a0bd0e921cfee2ed83903
MD5 6ca49607bca678d01428cbab3a49811f
BLAKE2b-256 70d643ab98251599b4bd01177c225d35a7fb7cfaa18b02774fe4ad9d3b456887

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for lancedb-0.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 96e315efd9c4aa566d63badb519f6823ca9bdac250e13204712acf152e4b4878
MD5 e4b6e48015dd7b3d1b6bc3b2b25778e9
BLAKE2b-256 4c854d0954723157ae6e329083d6620dbd9ea741aed5d810265c1aafa14fd723

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