diff --git a/modules/ROOT/pages/indexes/semantic-indexes/vector-indexes.adoc b/modules/ROOT/pages/indexes/semantic-indexes/vector-indexes.adoc index a37e482a8..d87baa46d 100644 --- a/modules/ROOT/pages/indexes/semantic-indexes/vector-indexes.adoc +++ b/modules/ROOT/pages/indexes/semantic-indexes/vector-indexes.adoc @@ -229,7 +229,7 @@ First you `MATCH` to find the paper, and then you query the `abstract-embeddings Finally, you `MATCH` for the neighborhood's respective titles. .Query -[source,cypher] +[source,cypher, role=test-result-skip] ---- MATCH (title:Title)<--(:Paper)-->(abstract:Abstract) WHERE toLower(title.text) = 'efficient and robust approximate nearest neighbor search using