Skip to content

Commit cf266af

Browse files
committed
condensed two links which were really the same and adjusted wording accordingly
1 parent 655e117 commit cf266af

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/ROOT/pages/directives/indexes-and-constraints.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ input VectorIndexInput {
304304
----
305305

306306
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].
308308

309309
Additionally, add the following feature configuration when you are using queries by phrase and the GenAI plugin:
310310

@@ -324,8 +324,7 @@ const neoSchema = new Neo4jGraphQL({
324324
});
325325
----
326326

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.
329328

330329

331330
=== Usage

0 commit comments

Comments
 (0)