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/directives/indexes-and-constraints.adoc
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -304,7 +304,7 @@ input VectorIndexInput {
304
304
----
305
305
306
306
If the optional field `provider` is set, the type is used for a query by phrase, otherwise for a query by vector.
307
-
Allowed values for the `provider` field are defined by the available link:https://neo4j.com/docs/cypher-manual/current/indexes/semantic-indexes/vector-indexes/[GenAI providers].
307
+
Allowed values for the `provider` field are defined by the available link:https://neo4j.com/docs/cypher-manual/current/genai-integrations/#ai-providers[GenAI providers].
308
308
309
309
Additionally, add the following feature configuration when you are using queries by phrase and the GenAI plugin:
310
310
@@ -324,8 +324,7 @@ const neoSchema = new Neo4jGraphQL({
324
324
});
325
325
----
326
326
327
-
Note that `OpenAI` is one of multiple GenAI providers for generating vector embeddings.
328
-
See link:https://neo4j.com/docs/cypher-manual/current/genai-integrations/#ai-providers[GenAI providers] for the full list of available providers and their respective identifiers.
327
+
Again, `OpenAI` is one of the GenAI providers for generating vector embeddings.
0 commit comments