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.0.3-py3-none-win_amd64.whl (13.1 MB view details)

Uploaded Python 3 Windows x86-64

duckdb_extension_vss-1.0.3-py3-none-macosx_11_0_x86_64.whl (9.5 MB view details)

Uploaded Python 3 macOS 11.0+ x86-64

duckdb_extension_vss-1.0.3-py3-none-macosx_11_0_arm64.whl (8.3 MB view details)

Uploaded Python 3 macOS 11.0+ ARM64

File details

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

File metadata

File hashes

Hashes for duckdb_extension_vss-1.0.3-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 ac9dfa441cf03671010ed6d168f4573afb02f61ce0e73ed6fb8c72a67e205a30
MD5 e57fa8ae6a2695cec860a71030202b44
BLAKE2b-256 85881ad6c5404f2b8da425f7763d5717dda63d1b4a37a97ad6eeaba3e0486569

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_vss-1.0.3-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f56e5a8b5a7313dece6365fddf1ddf103a2ebb59b417cddf73831faafec9854
MD5 f386d4807940401b7aaf51b12f6a60d9
BLAKE2b-256 e900fb9a5dce5cde9f6d410bbd8c6d2ee2f240e58de270194a35332716938b64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_vss-1.0.3-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 60c23e79713e18fdfe775a65cc04e0e11f58e0ba649353c9a05cf22d885e849a
MD5 9533848b3570438cc286426e5950814e
BLAKE2b-256 dd3f45357ee2827d9326f899ab26832cb38b4fb711352f1f680747c75166b2c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_vss-1.0.3-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b32dfee562198a56494dcfb8b589ebfe5ec589cd2467e460d3a35b744495d72d
MD5 6371b8d7662eb1e9526cc2b2a02b9bef
BLAKE2b-256 32268651167ae81bcff1325b23626db2bcbdeb0d3a8202ff284f83fa01438b72

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