lancedb


Namelancedb JSON
Version 0.24.2 PyPI version JSON
download
home_pageNone
Summarylancedb
upload_time2025-07-25 21:04:40
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseApache-2.0
keywords data-format data-science machine-learning arrow data-analytics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LanceDB

A Python library for [LanceDB](https://github.com/lancedb/lancedb).

## Installation

```bash
pip install lancedb
```

### Preview Releases

Stable releases are created about every 2 weeks. For the latest features and bug fixes, you can install the preview release. These releases receive the same level of testing as stable releases, but are not guaranteed to be available for more than 6 months after they are released. Once your application is stable, we recommend switching to stable releases.


```bash
pip install --pre --extra-index-url https://pypi.fury.io/lancedb/ lancedb
```

## Usage

### Basic Example

```python
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

See [CONTRIBUTING.md](./CONTRIBUTING.md) for information on how to contribute to LanceDB.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "lancedb",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "data-format, data-science, machine-learning, arrow, data-analytics",
    "author": null,
    "author_email": "LanceDB Devs <dev@lancedb.com>",
    "download_url": null,
    "platform": null,
    "description": "# LanceDB\n\nA Python library for [LanceDB](https://github.com/lancedb/lancedb).\n\n## Installation\n\n```bash\npip install lancedb\n```\n\n### Preview Releases\n\nStable releases are created about every 2 weeks. For the latest features and bug fixes, you can install the preview release. These releases receive the same level of testing as stable releases, but are not guaranteed to be available for more than 6 months after they are released. Once your application is stable, we recommend switching to stable releases.\n\n\n```bash\npip install --pre --extra-index-url https://pypi.fury.io/lancedb/ lancedb\n```\n\n## Usage\n\n### Basic Example\n\n```python\nimport lancedb\ndb = lancedb.connect('<PATH_TO_LANCEDB_DATASET>')\ntable = db.open_table('my_table')\nresults = table.search([0.1, 0.3]).limit(20).to_list()\nprint(results)\n```\n\n### Development\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md) for information on how to contribute to LanceDB.\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "lancedb",
    "version": "0.24.2",
    "project_urls": {
        "repository": "https://github.com/lancedb/lancedb"
    },
    "split_keywords": [
        "data-format",
        " data-science",
        " machine-learning",
        " arrow",
        " data-analytics"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7c0698fc4a166721cea4d9dd9c55ed7bcf59772b701c60267cec9d7692f8414e",
                "md5": "18aeb80373f3cb61f701d00a3ddfa7cb",
                "sha256": "5894c09b03b833e8480c8921178ebcf917599e05000d4a74990e5f1b9ddd1b6a"
            },
            "downloads": -1,
            "filename": "lancedb-0.24.2-cp39-abi3-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "18aeb80373f3cb61f701d00a3ddfa7cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 30711981,
            "upload_time": "2025-07-25T21:04:40",
            "upload_time_iso_8601": "2025-07-25T21:04:40.431170Z",
            "url": "https://files.pythonhosted.org/packages/7c/06/98fc4a166721cea4d9dd9c55ed7bcf59772b701c60267cec9d7692f8414e/lancedb-0.24.2-cp39-abi3-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2042420a9bd2349c1c1607f52b353acf9b0af48b2860e15ad333d86c7b68054f",
                "md5": "110116f36b2fd29c755cf9eae85b7c54",
                "sha256": "482f8e0f09ac68f50a511baea420501908adbf749d09bf04af0b27a018260831"
            },
            "downloads": -1,
            "filename": "lancedb-0.24.2-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "110116f36b2fd29c755cf9eae85b7c54",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 31595926,
            "upload_time": "2025-07-25T20:56:51",
            "upload_time_iso_8601": "2025-07-25T20:56:51.911332Z",
            "url": "https://files.pythonhosted.org/packages/20/42/420a9bd2349c1c1607f52b353acf9b0af48b2860e15ad333d86c7b68054f/lancedb-0.24.2-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d96cf315ce4161c38085cce929c1c4e9900ada617ab9c8a95166126cdd67184b",
                "md5": "4a52110d2fa597a2ec864a2c3cbc97de",
                "sha256": "d4a33fb4327880eecc71b9bdc5b4bd722b8fa0f0cbe1cf454b3b0f8521147cd8"
            },
            "downloads": -1,
            "filename": "lancedb-0.24.2-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4a52110d2fa597a2ec864a2c3cbc97de",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 34792190,
            "upload_time": "2025-07-25T20:55:13",
            "upload_time_iso_8601": "2025-07-25T20:55:13.357331Z",
            "url": "https://files.pythonhosted.org/packages/d9/6c/f315ce4161c38085cce929c1c4e9900ada617ab9c8a95166126cdd67184b/lancedb-0.24.2-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "06e85cb49026bd47947ab8fa78beff241a48bbf7d70d858c825f30f56bfd6803",
                "md5": "de1078b7836d9b6f39d262a2c6dee08e",
                "sha256": "cf8473303853fc798f023495d4a4ace3ba95ce816b9da85aad691ec189e7be45"
            },
            "downloads": -1,
            "filename": "lancedb-0.24.2-cp39-abi3-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "de1078b7836d9b6f39d262a2c6dee08e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 31598038,
            "upload_time": "2025-07-25T20:52:55",
            "upload_time_iso_8601": "2025-07-25T20:52:55.751201Z",
            "url": "https://files.pythonhosted.org/packages/06/e8/5cb49026bd47947ab8fa78beff241a48bbf7d70d858c825f30f56bfd6803/lancedb-0.24.2-cp39-abi3-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "42619e19fffa106c32b7cb29600ee5ad8530b536dc6b836b695d807795605fae",
                "md5": "fd68e3ae6eea5865c1718d828d3aa1f9",
                "sha256": "693ce4dfcdbf9d1f0d6b79bac12e089091e2576cd5f1e2a5ba08cdbf635179f2"
            },
            "downloads": -1,
            "filename": "lancedb-0.24.2-cp39-abi3-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fd68e3ae6eea5865c1718d828d3aa1f9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 34829210,
            "upload_time": "2025-07-25T20:55:41",
            "upload_time_iso_8601": "2025-07-25T20:55:41.014683Z",
            "url": "https://files.pythonhosted.org/packages/42/61/9e19fffa106c32b7cb29600ee5ad8530b536dc6b836b695d807795605fae/lancedb-0.24.2-cp39-abi3-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2f51242c53238f1a345203ed85910c0b5777aeb0437f3d66f230ba97ede74fe3",
                "md5": "03fc0ff108237557f8d41e5c93050299",
                "sha256": "46c211f1a0a3cfc385e9031d8ebe30a98d7dfb60751aed0f9626a4f61795ea57"
            },
            "downloads": -1,
            "filename": "lancedb-0.24.2-cp39-abi3-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "03fc0ff108237557f8d41e5c93050299",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 36791580,
            "upload_time": "2025-07-25T21:13:40",
            "upload_time_iso_8601": "2025-07-25T21:13:40.752394Z",
            "url": "https://files.pythonhosted.org/packages/2f/51/242c53238f1a345203ed85910c0b5777aeb0437f3d66f230ba97ede74fe3/lancedb-0.24.2-cp39-abi3-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-25 21:04:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lancedb",
    "github_project": "lancedb",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "lancedb"
}
        
Elapsed time: 0.48690s