duckdb.org/docs/preview/core_extensions/vss

Preview meta tags from the duckdb.org website.

Linked Hostnames

4

Thumbnail

Search Engine Appearance

Google

https://duckdb.org/docs/preview/core_extensions/vss

Vector Similarity Search Extension

The vss extension is an experimental extension for DuckDB that adds indexing support to accelerate vector similarity search queries using DuckDB's new fixed-size ARRAY type. See the announcement blog post and the “What's New in the Vector Similarity Search Extension?” post. Usage To create a new HNSW (Hierarchical Navigable Small Worlds) index on a table with an ARRAY column, use the CREATE INDEX statement with the USING HNSW clause. For example: INSTALL vss; LOAD vss; CREATE TABLE my_vector_table (vec FLOAT[3]); INSERT INTO my_vector_table SELECT array_value(a, b, c) FROM range(1, 10) ra(a), range(1, 10) rb(b), range(1, 10) rc(c); CREATE INDEX my_hnsw_index…



Bing

Vector Similarity Search Extension

https://duckdb.org/docs/preview/core_extensions/vss

The vss extension is an experimental extension for DuckDB that adds indexing support to accelerate vector similarity search queries using DuckDB's new fixed-size ARRAY type. See the announcement blog post and the “What's New in the Vector Similarity Search Extension?” post. Usage To create a new HNSW (Hierarchical Navigable Small Worlds) index on a table with an ARRAY column, use the CREATE INDEX statement with the USING HNSW clause. For example: INSTALL vss; LOAD vss; CREATE TABLE my_vector_table (vec FLOAT[3]); INSERT INTO my_vector_table SELECT array_value(a, b, c) FROM range(1, 10) ra(a), range(1, 10) rb(b), range(1, 10) rc(c); CREATE INDEX my_hnsw_index…



DuckDuckGo

https://duckdb.org/docs/preview/core_extensions/vss

Vector Similarity Search Extension

The vss extension is an experimental extension for DuckDB that adds indexing support to accelerate vector similarity search queries using DuckDB's new fixed-size ARRAY type. See the announcement blog post and the “What's New in the Vector Similarity Search Extension?” post. Usage To create a new HNSW (Hierarchical Navigable Small Worlds) index on a table with an ARRAY column, use the CREATE INDEX statement with the USING HNSW clause. For example: INSTALL vss; LOAD vss; CREATE TABLE my_vector_table (vec FLOAT[3]); INSERT INTO my_vector_table SELECT array_value(a, b, c) FROM range(1, 10) ra(a), range(1, 10) rb(b), range(1, 10) rc(c); CREATE INDEX my_hnsw_index…

  • General Meta Tags

    12
    • title
      Vector Similarity Search Extension – DuckDB
    • charset
      utf-8
    • viewport
      width=device-width, initial-scale=1.0, maximum-scale=1.0
    • msapplication-TileColor
      #000000
    • msapplication-config
      /images/favicon/browserconfig.xml
  • Open Graph Meta Tags

    7
    • og:title
      Vector Similarity Search Extension
    • US country flagog:locale
      en_US
    • og:description
      The vss extension is an experimental extension for DuckDB that adds indexing support to accelerate vector similarity search queries using DuckDB's new fixed-size ARRAY type. See the announcement blog post and the “What's New in the Vector Similarity Search Extension?” post. Usage To create a new HNSW (Hierarchical Navigable Small Worlds) index on a table with an ARRAY column, use the CREATE INDEX statement with the USING HNSW clause. For example: INSTALL vss; LOAD vss; CREATE TABLE my_vector_table (vec FLOAT[3]); INSERT INTO my_vector_table SELECT array_value(a, b, c) FROM range(1, 10) ra(a), range(1, 10) rb(b), range(1, 10) rc(c); CREATE INDEX my_hnsw_index…
    • og:url
      https://duckdb.org/docs/preview/core_extensions/vss.html
    • og:site_name
      DuckDB
  • Twitter Meta Tags

    3
    • twitter:card
      summary
    • twitter:site
      @DuckDB
    • twitter:creator
      @GitHub User
  • Link Tags

    8
    • apple-touch-icon
      /images/favicon/apple-touch-icon.png
    • canonical
      https://duckdb.org/docs/preview/core_extensions/vss.html
    • icon
      /images/favicon/favicon-32x32.png
    • icon
      /images/favicon/favicon-16x16.png
    • manifest
      /images/favicon/site.webmanifest

Links

379