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

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lancedb-0.1.15-py3-none-any.whl (33.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: lancedb-0.1.15.tar.gz
  • Upload date:
  • Size: 29.5 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.15.tar.gz
Algorithm Hash digest
SHA256 1b168ed8aa6d322380d6fdd99d03cc5fab8a2e8d754fb2267c51b09f7c13cf73
MD5 a321c880861b56fa7c0106c315273a41
BLAKE2b-256 ecf0b59301217fd8f5fd0e5b8d1fed4f7e65b7d26554bf47746085fd0369baa3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lancedb-0.1.15-py3-none-any.whl
  • Upload date:
  • Size: 33.5 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.15-py3-none-any.whl
Algorithm Hash digest
SHA256 352b3d8bf89b0481640163091cd747e04b2302a7d6bffb481ccb8d28721d64dc
MD5 b8b1b7d8b72ee22f5b2bedff864f2f39
BLAKE2b-256 f35faa7d7045fdc20c04fcb91652d619427972b6c3129102ebdbf69dbfd62063

See more details on using hashes here.

Supported by

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