Skip to content

Commit

Permalink
skip result test check on vector index result missing embeddings
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-ottolenghi committed Jan 18, 2024
1 parent 781a64a commit 91b29a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91b29a8

Please sign in to comment.