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

Uploaded Python 3 Windows x86-64

duckdb_extension_vss-1.0.3a1-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.3a1-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.3a1-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_vss-1.0.3a1-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 f1ae3f2bdc1d23f3806e20cfeedec3cc65f701fb550212c0bce132b27dde4c7c
MD5 4f8d6965133e8c2c5ad49e66a039d53a
BLAKE2b-256 d4e8637697341a866113eed631c3659fe5fc0e8b5926e8358d87957ef088ec2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_vss-1.0.3a1-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5a77983ff543665c18630cbab74c4606a5d256b8ee2a3b0c72d859e4d753a2e7
MD5 edfa1d728188acbca871a71cacff61fe
BLAKE2b-256 b69e62da9f53b4fd15b6eded4d88a215a6bbe11a816185a8ddfb0cda3146bfcb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_vss-1.0.3a1-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 770538ea783089e2d6807b16e520d1d6b3a521471550fd46ba888203476d8312
MD5 06c645fedcfb7c135d97861cc247927d
BLAKE2b-256 9cc3c4360f45b86c9929d91eaabea2e39548025b7ad3b87609570577ad8c6f4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_vss-1.0.3a1-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 23a70a065ae4a0c39669f47335810c5bbf26e929f634a8c31044a99e6b13ad33
MD5 7c22189305f3a2b8a93c4a5fc5b41596
BLAKE2b-256 9ef702598f68e80424cd7085bed028a346c2a2e2fd3f0573a775203c54012a37

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