You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DiskANN/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Approximate Nearest Neighbor Search
2
2
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
+
3
9
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.
4
10
5
11
The samples in this folder demonstrate how to use the `VECTOR_SEARCH` function with DiskANN. The samples include:
0 commit comments