Skip to content

Commit d0aba95

Browse files
author
Davide Mauri
authored
updated preview note (#35907)
1 parent 513e478 commit d0aba95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/sql-server/ai/vectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Using an exact search is recommended when you don't have many vectors to search
9494
### Approximate vector index and vector search (approximate nearest neighbors)
9595

9696
> [!NOTE]
97-
> Approximate vector index and vector search are in preview and currently only available in [!INCLUDE [sssql25-md](../../includes/sssql25-md.md)].
97+
> Approximate vector index and vector search are in preview and currently only available in [!INCLUDE [sssql25-md](../../includes/sssql25-md.md)], [!INCLUDE [ssazure-sqldb](../../includes/ssazure-sqldb.md)], and [!INCLUDE [fabric-sqldb-md](../../includes/fabric-sqldb.md)].
9898
9999
Identifying all vectors close to a given query vector requires substantial resources to calculate the distance between the query vector and the vectors stored in the table. Searching for all vectors close to a given query vector involves a complete scan of the table and significant CPU usage. This is called a "K-nearest neighbors" or "k-NN" query and returns the "k" closest vectors.
100100

0 commit comments

Comments
 (0)