Skip to content

Commit 9ebfdab

Browse files
committed
test label
1 parent 780de36 commit 9ebfdab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ await neoSchema.assertIndexesAndConstraints({ options: { create: true }});
251251

252252
:description: Directives related to generative AI in the Neo4j GraphQL Library.
253253

254-
254+
[role=label--beta]
255255
== Vector index search
256256

257257
With the `@vector` GraphQL directive you can query your database to perform a vector index search.
@@ -374,7 +374,7 @@ Perform a query which utilizes the link:https://neo4j.com/docs/cypher-manual/cur
374374
Requires credentials for the plugin.
375375
====
376376

377-
Add the following feature configuration to your instance of Neo4j GraphQL:
377+
Ensure your provider credentials are set in the call to Neo4jGraphQL, for example:
378378

379379
.Feature configuration
380380
[source, graphql]

0 commit comments

Comments
 (0)