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

Uploaded Python 3 Windows x86-64

duckdb_extension_vss-1.1.0-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.0-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.0-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_vss-1.1.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 0a7898991fe3036cc775a91cbd11d0942fd3c80c2a4d142463a0ad1df3c1a93e
MD5 ee378de1936ec69425420753a548637a
BLAKE2b-256 432c73daddbafb9b7934ebc8b134c3a71b039293b0c6dea83bd541f86d21eb23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_vss-1.1.0-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 162c189b0683b34c2fe3ed7412929d88cdeb6a963061780c552111567f7deabd
MD5 d8dcf35d800174090dcec41b5c5949d7
BLAKE2b-256 be50915d54943007022936a5240b4e0c66141a4f81b5b267c9a2b737a27a021e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_vss-1.1.0-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 47f162767e62657b1b3fcd52117520868d6363a705af4b7429e9f537a8e72a95
MD5 8e95355032f875558a11b7cfc0fde14b
BLAKE2b-256 f917df84468bc8bcfd698c3675594d606775f2e98cab6f0d74dc72731d0f6d18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_vss-1.1.0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 75445dea6e0453ffe904235555d4ef3d8d1b373b0d931e7f9a1c8a1abac310e2
MD5 2527d1bd1b1a381d07cca700d32aa7cc
BLAKE2b-256 924997f14476524f12911a094f24c6ac9107a3decceae2cdabba8e81442657a4

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