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_list()
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 the doc tests:

pytest --doctest-modules lancedb

To run linter and automatically fix all errors:

ruff format python
ruff --fix python

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

Uploaded Source

Built Distribution

lancedb-0.5.6-py3-none-any.whl (113.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for lancedb-0.5.6.tar.gz
Algorithm Hash digest
SHA256 88b220855050696c3e0b1e5ba0f2cb0f2dcf81041ca5015b625ad36d641e66fb
MD5 34e307c7ca17ed49cee3215b7702027f
BLAKE2b-256 85a5f72cdb122fd10d60d209e0ec037edab43a09d6fb293135c270563125e473

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for lancedb-0.5.6-py3-none-any.whl
Algorithm Hash digest
SHA256 875e397ac40d1a8ea812d8eb81b5e7617c815392361d6e2009790d47049fabe1
MD5 82766f509fa62934c7ff1acf9b5d4e0b
BLAKE2b-256 ea66893be5d471bfb87e1ed5cde0d2804ff73774043e4de856e58a51a7a2f0a4

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