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
Set a vector property on a given node in a more space efficient representation than Cypher’s link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/clauses/set#set-set-a-property[`SET`].
Set a vector property on a given relationship in a more space efficient representation than Cypher's link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/clauses/set#set-set-a-property[`SET`].
Set a vector property on a given node in a more space efficient representation than Cypher’s link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/clauses/set#set-set-a-property[`SET`].
@@ -1152,7 +1175,22 @@ Query the given vector index.
1152
1175
Returns requested number of nearest neighbors to the provided query vector, and their similarity score to that query vector, based on the configured similarity function for the index.
1153
1176
The similarity score is a value between [0, 1]; where `0` indicates least similar, `1` most similar.
Returns requested number of nearest neighbors to the provided query vector, and their similarity score to that query vector, based on the configured similarity function for the index. The similarity score is a value between `[0, 1]`; where `0` indicates least similar, `1` most similar.
@@ -2246,12 +2284,9 @@ It is therefore not supported by the parallel runtime (introduced in Neo4j 5.13)
2246
2284
For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/planning-and-tuning/runtimes/concepts#runtimes-parallel-runtime[Cypher Manual -> Parallel runtime].
2247
2285
====
2248
2286
2249
-
2250
-
2251
2287
[[procedure_genai_vector_encodeBatch]]
2252
2288
[role=label--aura label--new-5.17]
2253
2289
.genai.vector.encodeBatch()
2254
-
2255
2290
[cols="<15s,<85"]
2256
2291
|===
2257
2292
| Description
@@ -2263,7 +2298,9 @@ For each element in the given resource LIST this returns:
For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/genai-integrations/#multiple-embeddings[Cypher Manual -> Generating a batch of embeddings].
0 commit comments