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

Uploaded Source

Built Distribution

lancedb-0.1.12-py3-none-any.whl (33.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: lancedb-0.1.12.tar.gz
  • Upload date:
  • Size: 29.0 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.12.tar.gz
Algorithm Hash digest
SHA256 9745d27ccbf7fd9a5c335937704d439e629f0b56b40c561f5025502c8d553aa9
MD5 dd718dbac3b9fccce13edcaa4a60ab20
BLAKE2b-256 de9df481a673d80bf0012a0edc57444a15ea3b7f20d681c8cf941caf0f2d8095

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lancedb-0.1.12-py3-none-any.whl
  • Upload date:
  • Size: 33.0 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.12-py3-none-any.whl
Algorithm Hash digest
SHA256 f86088dbb2f3dbfb924cf62a08e5d6495d39b277216bc026ebb5102757b5f4cd
MD5 707770d59ab9110c72adef8460c68d21
BLAKE2b-256 b1296930163efe79d7f8c1273fe8b9559b40a4cbba9004d7d93672a3f95cff52

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