You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/type-definitions/directives/genai.adoc
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,10 @@ This embedding is then compared to the node vector embeddings in the database an
14
14
[NOTE]
15
15
.Prerequisites
16
16
====
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.
21
21
====
22
22
23
23
== `@vector`
@@ -116,7 +116,11 @@ query {
116
116
== `@genAI`
117
117
118
118
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.
0 commit comments