Skip to content

Commit c80ee28

Browse files
Remove GenaAI procedures from the reference list
1 parent 9684459 commit c80ee28

File tree

2 files changed

+2
-59
lines changed

2 files changed

+2
-59
lines changed

modules/ROOT/pages/changes-deprecations-removals.adoc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -401,16 +401,6 @@ It is recommended to upgrade to a supported OS version before the next LTS relea
401401
| Comment
402402
403403
404-
| xref:procedures.adoc#procedure_genai_vector_encodeBatch[`genai.vector.encodeBatch()`]
405-
| {check-mark}
406-
| {check-mark}
407-
| label:deprecated[Deprecated in 2025.11]
408-
409-
| xref:procedures.adoc#procedure_genai_vector_listEncodingProviders[`genai.vector.listEncodingProviders()`]
410-
| {check-mark}
411-
| {check-mark}
412-
| label:deprecated[Deprecated in 2025.11]
413-
414404
| xref:procedures.adoc#procedure_dbms_cluster_recreateDatabase[`dbms.cluster.recreateDatabase()`]
415405
|
416406
| {check-mark}

modules/ROOT/pages/procedures.adoc

Lines changed: 2 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,13 +1226,13 @@ It is therefore not supported by the parallel runtime.
12261226
For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/current/planning-and-tuning/runtimes/concepts#runtimes-parallel-runtime[Cypher Manual -> Parallel runtime].
12271227
====
12281228

1229-
== GenAI and vectors
1229+
== Vectors
12301230

12311231
For more information, see:
12321232

12331233
* link:{neo4j-docs-base-uri}/cypher-manual/current/indexes/semantic-indexes/vector-indexes/[Cypher Manual -> Vector indexes]
1234-
* link:{neo4j-docs-base-uri}/cypher-manual/current/genai-integrations[Cypher Manual -> GenAI integrations]
12351234
* link:{neo4j-docs-base-uri}/cypher-manual/current/functions/vector/[Cypher Manual -> Vector functions]
1235+
* link:{neo4j-docs-base-uri}/cypher-manual/current/genai-integrations[Cypher Manual -> GenAI integrations]
12361236
* link:{neo4j-docs-base-uri}/cypher-manual/current/functions/[Cypher Manual -> GenAI functions]
12371237
* link:{neo4j-docs-base-uri}/genai/tutorials/embeddings-vector-indexes/[GenAI documentation -> Embeddings & Vector Indexes Tutorial]
12381238

@@ -1374,35 +1374,6 @@ The similarity score is a value between [0, 1]; where 0 indicates least similar,
13741374
|===
13751375

13761376

1377-
1378-
[role=label--deprecated-2025.11]
1379-
[[procedure_genai_vector_encodeBatch]]
1380-
=== genai.vector.encodeBatch()
1381-
1382-
1383-
.Details
1384-
|===
1385-
| *Syntax* 3+m| genai.vector.encodeBatch(resources, provider, configuration) :: (index, resource, vector)
1386-
| *Description* 3+a| Encode a given batch of resources as vectors using the named provider.
1387-
For each element in the given resource LIST this returns:
1388-
1389-
* the corresponding 'index' within that LIST,
1390-
* the original 'resource' element itself,
1391-
* and the encoded 'vector'.
1392-
1393-
.4+| *Input arguments* | *Name* | *Type* | *Description*
1394-
| `resources` | `LIST<STRING>` | The object to transform into an embedding.
1395-
| `provider` | `STRING` | The GenAI provider to use.
1396-
| `configuration` | `ANY` | The provider specific settings.
1397-
.4+| *Return arguments* | *Name* | *Type* | *Description*
1398-
| `index` | `INTEGER` | The index of the corresponding element in the input list.
1399-
| `resource` | `STRING` | The name of the input resource.
1400-
| `vector` | `ANY` | The generated vector embedding for the resource.
1401-
| *Mode* 3+| DEFAULT
1402-
|===
1403-
1404-
For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/current/genai-integrations/#multiple-embeddings[Cypher Manual -> Generating a batch of embeddings].
1405-
14061377
.Known issue
14071378
[NOTE]
14081379
====
@@ -1411,24 +1382,6 @@ The types are still enforced as `LIST<INTEGER | FLOAT>`.
14111382
====
14121383

14131384

1414-
[role=label--deprecated-2025.11]
1415-
[[procedure_genai_vector_listEncodingProviders]]
1416-
=== genai.vector.listEncodingProviders()
1417-
1418-
1419-
.Details
1420-
|===
1421-
| *Syntax* 3+m| genai.vector.listEncodingProviders() :: (name, requiredConfigType, otionalConfigType, defaultConfig)
1422-
| *Description* 3+a| Lists the available vector embedding providers.
1423-
.5+| *Return arguments* | *Name* | *Type* | *Description*
1424-
| `name` | `STRING` | The name of the GenAI provider.
1425-
| `requiredConfigType` | `STRING` | The signature of the required config map.
1426-
| `optionalConfigType` | `STRING` | The signature of the optional config map.
1427-
| `defaultConfig` | `MAP` | The default values for the GenAI provider.
1428-
| *Mode* 3+| DEFAULT
1429-
|===
1430-
1431-
14321385
== Index management
14331386

14341387
For more information, see:

0 commit comments

Comments
 (0)