Skip to main content

Duckdb vss extension

Project description

🦆DuckDB vss extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-vss

You are ready to install the extension for duckdb.

from duckdb_extensions import extension_importer
extension_importer.import_extension("vss")

Verify that the extension is installed.

import duckdb

print(
    duckdb.sql("""SELECT installed
                FROM duckdb_extensions() where 
                extension_name='vss' or 
                list_contains(aliases, 'vss')""")
    .fetchone()[0]
)

License

duckdb-extension-vss is distributed under the terms of the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

duckdb_extension_vss-1.1.1-py3-none-win_amd64.whl (22.4 MB view details)

Uploaded Python 3 Windows x86-64

duckdb_extension_vss-1.1.1-py3-none-macosx_11_0_x86_64.whl (27.5 MB view details)

Uploaded Python 3 macOS 11.0+ x86-64

duckdb_extension_vss-1.1.1-py3-none-macosx_11_0_arm64.whl (25.3 MB view details)

Uploaded Python 3 macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_vss-1.1.1-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_vss-1.1.1-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 1e96e0ee542490848acfadf3079e3b2b5be2708918fe67846ed0326185cac958
MD5 41263ed68108452e57fff51782d29943
BLAKE2b-256 9f1861c812ffec0a7614ba0f729133af5a5e6041839cf76f951870e01c7c95a2

See more details on using hashes here.

File details

Details for the file duckdb_extension_vss-1.1.1-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_vss-1.1.1-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 95bab4b695839c7b4c9bc6084f4c35577311a04e6933928e673d8df01c54e5f4
MD5 f1249905c02dbfa5b680bd808f440ed7
BLAKE2b-256 3f7977f568065fe17387329feaea9b796147047066b1e08174e5a87efea25542

See more details on using hashes here.

File details

Details for the file duckdb_extension_vss-1.1.1-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_vss-1.1.1-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 4aa4f877fca380f56c03725b2f12428f747306a81b00dcc2104d96da4377e5ad
MD5 4dc54d896e096095546650f8d261e4c5
BLAKE2b-256 a7245c9c6f6ca87b4f92b68404fcfdafd8296bb3d4246c80fe2c5d4c73b0962b

See more details on using hashes here.

File details

Details for the file duckdb_extension_vss-1.1.1-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_vss-1.1.1-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2c4c24cc27f7af8fc4b30d9d389b7903af402cc22e317abaf7b9d9d956fed09b
MD5 fcd39f172287659ba5630d3b86ccfc94
BLAKE2b-256 4eeee1c194efadd474fa3ae30582baf8642492cf4f1b7062ed934b77ef0c51ba

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