Skip to content

Commit 1ad42e1

Browse files
author
Davide Mauri
committed
updated readme
1 parent de10e2e commit 1ad42e1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

DiskANN/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Approximate Nearest Neighbor Search
22

3+
## Quickstart
4+
5+
The quickstart is the simplest way to get started with DiskANN in SQL Server. It doesn't require any external resource and it is great to start to get familiar with the DiskANN syntax and capabilities. Once you are familiar with the quickstart, you can explore the Wikipedia sample in this folder that provides a complete end-to-end example.
6+
7+
## Wikipedia Sample Dataset
8+
39
SQL Server 2025 introduces a new `VECTOR_SEARCH` function that allows you to perform approximate nearest neighbor search using the DiskANN algorithm. This function is designed to work with vector columns in SQL Server, enabling efficient similarity search on high-dimensional data.
410

511
The samples in this folder demonstrate how to use the `VECTOR_SEARCH` function with DiskANN. The samples include:

0 commit comments

Comments
 (0)