Skip to content

Commit 3adf8bb

Browse files
committed
review suggestions
1 parent 8b3368d commit 3adf8bb

File tree

1 file changed

+8
-4
lines changed
  • modules/ROOT/pages/type-definitions/directives

1 file changed

+8
-4
lines changed

modules/ROOT/pages/type-definitions/directives/genai.adoc

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ This embedding is then compared to the node vector embeddings in the database an
1414
[NOTE]
1515
.Prerequisites
1616
====
17-
* The node vector embeddings already exist
18-
* The embeddings must have been created using the same model
19-
* Queries by vector index cannot be performed across multiple labels
20-
* Queries by phrase require credentials for the Neo4j GenAI plugin
17+
* The node vector embeddings already exist.
18+
* The embeddings must have been created using the same method.
19+
* Queries by vector index cannot be performed across multiple labels.
20+
* Queries by phrase require credentials for the Neo4j GenAI plugin.
2121
====
2222

2323
== `@vector`
@@ -116,7 +116,11 @@ query {
116116
== `@genAI`
117117

118118
Perform a query which utilizes the link:https://neo4j.com/docs/cypher-manual/current/genai-integrations/[Neo4j GenAI plugin] to create a vector embedding for a search phrase and then compares it to existing vector embeddings on nodes in the database.
119+
120+
[NOTE]
121+
====
119122
Requires credentials for the plugin.
123+
====
120124

121125
=== Definition
122126

0 commit comments

Comments
 (0)