From 13fa94fedc8d0873380f85c061dd5cacd136f831 Mon Sep 17 00:00:00 2001 From: DavIvek Date: Wed, 13 Aug 2025 11:43:44 +0200 Subject: [PATCH] fix typo on vector search page --- pages/querying/vector-search.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. {

Usage:

}