duckdb.org/docs/preview/core_extensions/vss
Preview meta tags from the duckdb.org website.
Linked Hostnames
4- 374 links toduckdb.org
- 3 links togithub.com
- 1 link toraw.githubusercontent.com
- 1 link toshell.duckdb.org
Thumbnail

Search Engine Appearance
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
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
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- titleVector Similarity Search Extension – DuckDB
- charsetutf-8
- viewportwidth=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:titleVector Similarity Search Extension
og:locale
en_US- og:descriptionThe 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:urlhttps://duckdb.org/docs/preview/core_extensions/vss.html
- og:site_nameDuckDB
Twitter Meta Tags
3- twitter:cardsummary
- twitter:site@DuckDB
- twitter:creator@GitHub User
Link Tags
8- apple-touch-icon/images/favicon/apple-touch-icon.png
- canonicalhttps://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- https://duckdb.org
- https://duckdb.org/2024/05/03/vector-similarity-search-vss.html
- https://duckdb.org/2024/10/23/whats-new-in-the-vss-extension.html
- https://duckdb.org/code_of_conduct
- https://duckdb.org/docs/preview/clients/adbc