We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05136e8 commit b18c1daCopy full SHA for b18c1da
DiskANN/README.md
@@ -5,6 +5,7 @@ SQL Server 2025 introduces a new `VECTOR_SEARCH` function that allows you to per
5
The samples in this folder demonstrate how to use the `VECTOR_SEARCH` function with DiskANN. The samples include:
6
7
- Creating a table with a vector column, importing data from a CSV file, and inserting data into the table.
8
+- Creating a approximate vector index on the table using `CREATE VECTOR INDEX` statement.
9
- Performing approximate nearest neighbor search using the `VECTOR_SEARCH` function.
10
- Performing hybrid search using the `VECTOR_SEARCH` function along with full-text search.
11
0 commit comments