Skip to content

Commit ded29d2

Browse files
committed
updated samples
1 parent 87307db commit ded29d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

db/samples/sample-data.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,15 +297,15 @@ exec dbo.add_sample '
297297
{
298298
"name": "Azure SQL DB Vector - KMeans Compute Node",
299299
"description": "Use KMeans clustering to speed up vector search in Azure SQL DB",
300-
"notes": "Perform Approximate Nearest Neighbor (ANN) search on a vector column in Azure SQL DB using KMeans clustering. As KMeans clustering is a compute intensive operation, this project uses SciKit Learn library to perform the clustering and stores the results in a SQL DB table. The results are then used to perform ANN search on the vector column.",
300+
"notes": "Perform Approximate Nearest Neighbor (ANN) search on a vector column in Azure SQL DB using KMeans clustering. As KMeans clustering is a compute intensive operation, this project uses SciKit Learn library to perform the clustering and stores the results in a SQL DB table. The results are then used to perform ANN search on the vector column. This technique is also known as IVFFlat or Cell-Probing.",
301301
"url": "https://github.com/Azure-Samples/azure-sql-db-vectors-kmeans",
302302
"details": {
303303
"author": "Davide Mauri",
304304
"languages": ["T-SQL", "Python"],
305305
"frameworks": ["Scikit-Learn"],
306306
"services": ["Azure SQL"],
307307
"license": "MIT",
308-
"tags": ["End-to-End"]
308+
"tags": ["End-to-End", "Index", "IVFFlat"]
309309
}
310310
}
311311
';

0 commit comments

Comments
 (0)