File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/ROOT/pages/directives Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
257257With 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
374374Requires 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]
You can’t perform that action at this time.
0 commit comments