Skip to content

Commit 33ff77b

Browse files
authored
Update distance-functions.md
1 parent da63aa4 commit 33ff77b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/cosmos-db/gen-ai/distance-functions.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,10 @@ Cosine similarity measures the cosine of the angle between two vectors projected
2929
Two vectors are multiplied to return a single number. It combines the two vectors' magnitudes, as well as the cosine of the angle between them, showing how much one vector goes in the direction of another.
3030

3131
## Related content
32-
- [VectorDistance system function](../nosql/query/vectordistance.md) in Azure Cosmos DB NoSQL
32+
- [What is a vector database?](../vector-database.md)
33+
- [Vector database in Azure Cosmos DB NoSQL](../nosql/vector-search.md)
34+
- [Vector database in Azure Cosmos DB for MongoDB](../mongodb/vcore/vector-search.md)
35+
- [What is vector search?](vector-search-overview.md)
36+
- LLM [tokens](tokens.md)
37+
- Vector [embeddings](vector-embeddings.md)
38+
- [kNN vs ANN vector search algorithms](knn-vs-ann.md)

0 commit comments

Comments
 (0)