Similarity Search
Vector Search
Basic Usage
Creating an HNSW index over a table can significantly improve query times.
Vectors can be searched using L2 distance, cosine distance, or inner product.
Sparse Vector Search
The following code block demonstrates the equivalent for sparse vector search.
Was this page helpful?