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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ For an introduction on text and code embeddings, check out this OpenAI article:
21
21
22
22
Azure SQL database can be used to easily and quickly perform vector similarity search. There are two options for this: a native option and a classic option.
23
23
24
-
The **native option** is to use the new Vector Functions, recently introduced in Azure SQL database. Vector Functions are a set of functions that can be used to perform vector operations directly in the database.
24
+
The **native option** is to use the new Vector Functions, recently introduced in Azure SQL database and SQL Server 2025. Vector Functions are a set of functions that can be used to perform vector operations directly in the database.
0 commit comments