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.4.1.tar.gz
(73.9 kB
view details)
Built Distribution
lancedb-0.4.1-py3-none-any.whl
(83.3 kB
view details)
File details
Details for the file lancedb-0.4.1.tar.gz
.
File metadata
- Download URL: lancedb-0.4.1.tar.gz
- Upload date:
- Size: 73.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cae78bea7acd03727eed887e513baa39172ee6871335f651faf1b927223663d1 |
|
MD5 | 0ce7b469f7d666f4c3dfc249eeb21ceb |
|
BLAKE2b-256 | b238a485378b7d299d0745cb32784726f3d38b997bde8c1f704a8eb9b53844e6 |
File details
Details for the file lancedb-0.4.1-py3-none-any.whl
.
File metadata
- Download URL: lancedb-0.4.1-py3-none-any.whl
- Upload date:
- Size: 83.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3aad94d272a3fce94cc3d0d63a9c429c1d5e45618ca22a72297f776cd359e814 |
|
MD5 | a73cd65461bde924b8d0155dc8078681 |
|
BLAKE2b-256 | be0b44f89c0890589e6d958959107f4e80b2f236c66e138cb5f0fc875b9eea94 |