Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
1 change: 0 additions & 1 deletion modules/ROOT/content-nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
** xref:functions/user-defined.adoc[]
** xref:functions/vector.adoc[]

* xref:genai-integrations.adoc[]
* xref:indexes/index.adoc[]
** xref:indexes/search-performance-indexes/index.adoc[]
*** xref:indexes/search-performance-indexes/managing-indexes.adoc[]
Expand Down
13 changes: 0 additions & 13 deletions modules/ROOT/pages/appendix/gql-conformance/additional-cypher.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -183,19 +183,6 @@ REMOVE n:$($label)

|===

[[genai-functions]]
=== GenAI functions

[options="header", cols="2a,5a"]
|===
| Cypher feature
| Description

| xref:genai-integrations.adoc#single-embedding[`genai.vector.encode()`]
| Generates a vector embedding for a single value.

|===


[[graph-functions]]
=== Graph functions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,7 @@ label:new[]
* `"textembedding-gecko@003"`
* `"textembedding-gecko-multilingual@001"`

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

Expand Down
11 changes: 0 additions & 11 deletions modules/ROOT/pages/functions/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,6 @@ Database functions provide information about databases.
|===


[role=label--new-5.12]
[[header-query-functions-genai]]
== GenAI functions

[options="header"]
|===
| Function | Signature | Description
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.
|===


[[header-query-functions-graph]]
== Graph functions

Expand Down
Loading