Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/querying/vector-search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

{<h3 className="custom-header"> Usage: </h3>}
Expand Down