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: articles/cosmos-db/gen-ai/knn-vs-ann.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,3 +30,12 @@ Two popular vector search algorithms are k-Nearest Neighbors (kNN) and Approxima
30
30
4. Making Predictions:
31
31
- Classification: For classification tasks, ANN assigns the class label to the query point that is most common among the identified neighbors, similar to kNN.
32
32
- Regression: For regression tasks, ANN predicts the value for the query point as the average (or weighted average) of the values of the identified neighbors.
33
+
34
+
## Related content
35
+
-[What is a vector database?](../vector-database.md)
36
+
-[Vector database in Azure Cosmos DB NoSQL](../nosql/vector-search.md)
37
+
-[Vector database in Azure Cosmos DB for MongoDB](../mongodb/vcore/vector-search.md)
38
+
-[What is vector search?](vector-search-overview.md)
0 commit comments