Skip to content

Commit de5ea16

Browse files
authored
Update knn-vs-ann.md
1 parent 33ff77b commit de5ea16

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

articles/cosmos-db/gen-ai/knn-vs-ann.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,12 @@ Two popular vector search algorithms are k-Nearest Neighbors (kNN) and Approxima
3030
4. Making Predictions:
3131
- Classification: For classification tasks, ANN assigns the class label to the query point that is most common among the identified neighbors, similar to kNN.
3232
- 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)
39+
- LLM [tokens](tokens.md)
40+
- Vector [embeddings](vector-embeddings.md)
41+
- [Distance functions](distance-functions.md)

0 commit comments

Comments
 (0)