Skip to content

Commit 579b78e

Browse files
Remove GenAI docs from cypher manual; they will be available at neo4j.com/docs/genai/plugin/
1 parent b4cb008 commit 579b78e

File tree

7 files changed

+4
-447
lines changed

7 files changed

+4
-447
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@
9898
** xref:functions/user-defined.adoc[]
9999
** xref:functions/vector.adoc[]
100100
101-
* xref:genai-integrations.adoc[]
102101
* xref:indexes/index.adoc[]
103102
** xref:indexes/search-performance-indexes/index.adoc[]
104103
*** xref:indexes/search-performance-indexes/managing-indexes.adoc[]

modules/ROOT/pages/appendix/gql-conformance/additional-cypher.adoc

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -183,19 +183,6 @@ REMOVE n:$($label)
183183

184184
|===
185185

186-
[[genai-functions]]
187-
=== GenAI functions
188-
189-
[options="header", cols="2a,5a"]
190-
|===
191-
| Cypher feature
192-
| Description
193-
194-
| xref:genai-integrations.adoc#single-embedding[`genai.vector.encode()`]
195-
| Generates a vector embedding for a single value.
196-
197-
|===
198-
199186

200187
[[graph-functions]]
201188
=== Graph functions

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ label:new[]
11331133
* `"textembedding-gecko@003"`
11341134
* `"textembedding-gecko-multilingual@001"`
11351135

1136-
| Added support for additional xref:genai-integrations.adoc#ai-providers[Vertex AI] vector encoding models.
1136+
| Added support for more Vertex AI vector encoding models in link:https://neo4j.com/docs/genai/plugin/5/[GenAI plugin].
11371137
Also added support for Vertex AI `taskType` and `title` embedding parameters.
11381138
|===
11391139

modules/ROOT/pages/functions/index.adoc

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,6 @@ Database functions provide information about databases.
8888
|===
8989

9090

91-
[role=label--new-5.12]
92-
[[header-query-functions-genai]]
93-
== GenAI functions
94-
95-
[options="header"]
96-
|===
97-
| Function | Signature | Description
98-
1.1+| xref:genai-integrations.adoc#single-embedding[`genai.vector.encode()`] | `genai.vector.encode(resource :: STRING, provider :: STRING, configuration :: MAP = {}) :: LIST<FLOAT>` | Encode a given resource as a vector using the named provider.
99-
|===
100-
101-
10291
[[header-query-functions-graph]]
10392
== Graph functions
10493

0 commit comments

Comments
 (0)