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

Uploaded Source

Built Distribution

lancedb-0.1.10-py3-none-any.whl (27.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: lancedb-0.1.10.tar.gz
  • Upload date:
  • Size: 24.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for lancedb-0.1.10.tar.gz
Algorithm Hash digest
SHA256 7e2081bf36af1b5f42ed8c0a1ae47c95ebf26e8203a9b31a9005cab4ddd32687
MD5 a977cf2b4c7d4de6350ecb1a1bf2f433
BLAKE2b-256 cecee3db0f95b135302571a609634bae1e4e8f0e0f6c671cc5d57d34f6f8e172

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lancedb-0.1.10-py3-none-any.whl
  • Upload date:
  • Size: 27.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for lancedb-0.1.10-py3-none-any.whl
Algorithm Hash digest
SHA256 d46b1179bec37ddf04a9ea804596f50857f543871db7076a3e45c1588d1aba25
MD5 abbbee0fc15d9b9db93cec47454157be
BLAKE2b-256 4bd9917c11d3640a761412f0887f01d872abc275853d646b0fd8894047aa71cf

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