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 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.3.2.tar.gz
(64.2 kB
view details)
Built Distribution
lancedb-0.3.2-py3-none-any.whl
(71.2 kB
view details)
File details
Details for the file lancedb-0.3.2.tar.gz
.
File metadata
- Download URL: lancedb-0.3.2.tar.gz
- Upload date:
- Size: 64.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 688bd990c541c1708c60a382aeea52a674160b54e860f6ac8bacaf158625151a |
|
MD5 | f44a13cb1dc4e550aa10cead820fb2c3 |
|
BLAKE2b-256 | c7acf683a585ef1fd6ae26c1e30a6b75fbbb0985eb855f67fc6b7475c736ea7c |
File details
Details for the file lancedb-0.3.2-py3-none-any.whl
.
File metadata
- Download URL: lancedb-0.3.2-py3-none-any.whl
- Upload date:
- Size: 71.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5289ce16ea77334207e3531d94e90b676eb39aefef6e187d984e1407941fcac8 |
|
MD5 | b60ad2dc36c50ff42ca8dc25f355175b |
|
BLAKE2b-256 | 208b80a9c76d57189ed0febc3bf811b539d1417924dfef7407422356de5fe41f |