Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions modules/ROOT/pages/procedures.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,7 @@ For more information, see:
* link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/functions/genai-functions/[Cypher Manual -> GenAI functions]
* link:{neo4j-docs-base-uri}/genai/tutorials/embeddings-vector-indexes/[GenAI documentation -> Embeddings & Vector Indexes Tutorial]

[role=label--new-5.13 label--beta]
[role=label--new-5.13]
[[procedure_db_create_setnodevectorproperty]]
=== db.create.setNodeVectorProperty

Expand All @@ -1204,7 +1204,7 @@ Procedure signatures from `SHOW PROCEDURES` renders the vector arguments with a
The types are still enforced as `LIST<INTEGER | FLOAT>`.
====

[role=label--new-5.18 label--beta]
[role=label--new-5.18]
[[procedure_db_create_setrelationshipvectorproperty]]
=== db.create.setRelationshipVectorProperty()

Expand Down Expand Up @@ -1254,7 +1254,7 @@ The types are still enforced as `LIST<INTEGER | FLOAT>`.
====


[role=label--new-5.11 label--deprecated-5.26]
[role=label--new-5.11 label--beta-until-5.13 label--deprecated-5.26]
[[procedure_db_index_vector_createnodeindex]]
=== db.index.vector.createNodeIndex()

Expand All @@ -1279,8 +1279,8 @@ Use the `db.index.vector.queryNodes` procedure to query the named index.
As of Neo4j 5.15, vector indexes can be created with the Cypher Command `CREATE VECTOR INDEX`.
For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/indexes/semantic-indexes/vector-indexes/#create-vector-index[Cypher Manual -> Create a vector index].

[role=label--new-5.18]
[[procedure_db_index_vector_createrelationshipindex]]
[role=label--new-5.11 label--beta-until-5.13]
[[procedure_db_index_vector_querynodes]]

=== db.index.vector.queryNodes()

Expand Down