diff --git a/pages/querying/vector-search.mdx b/pages/querying/vector-search.mdx index 8440920b7..50ce52e36 100644 --- a/pages/querying/vector-search.mdx +++ b/pages/querying/vector-search.mdx @@ -127,7 +127,7 @@ When the index is defined on nodes: When the index is defined on edges: - `distance: double` ➡ The distance from the node to the query. -- `edges: Relationship` ➡ A node in the vector index matching the given query. +- `edges: Relationship` ➡ An edge in the vector index matching the given query. - `similarity: double` ➡ The similarity of the node and the query. {