Skip to content

Commit b18c1da

Browse files
committed
improved readme
1 parent 05136e8 commit b18c1da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DiskANN/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ SQL Server 2025 introduces a new `VECTOR_SEARCH` function that allows you to per
55
The samples in this folder demonstrate how to use the `VECTOR_SEARCH` function with DiskANN. The samples include:
66

77
- 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.
89
- Performing approximate nearest neighbor search using the `VECTOR_SEARCH` function.
910
- Performing hybrid search using the `VECTOR_SEARCH` function along with full-text search.
1011

0 commit comments

Comments
 (0)