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
`VECTOR` values can be xref:values-and-types/vector.adoc#store-vector-properties[stored as properties].
25
-
As such, the `vector()` function can be used to store the embeddings generated by Neo4j's xref:genai-integrations.adoc[GenAI plugin] as `VECTOR` property values.
26
-
`VECTOR` properties can be semantically searched by a xref:indexes/semantic-indexes/vector-indexes.adoc[vector index].
27
-
28
23
.Considerations
29
24
|===
30
25
26
+
| `VECTOR` values can be xref:values-and-types/vector.adoc#store-vector-properties[stored as properties].
31
27
| If a `STRING` is used in `vectorValue`, it must start and end with square brackets (`[]`).
32
28
The values inside the brackets must be comma-separated numbers, represented in either decimal or scientific notation.
33
29
| `null`, `NaN`, and `Infinity` values are not allowed as coordinate values.
@@ -117,8 +113,6 @@ RETURN vector(null, 3, FLOAT32) AS nullVectorValue,
117
113
| *Returns* 3+| `FLOAT`
118
114
|===
119
115
120
-
For more details, see the {link-vector-indexes}#similarity-functions[vector index documentation].
121
-
122
116
.Considerations
123
117
|===
124
118
@@ -133,6 +127,8 @@ For more details, see the {link-vector-indexes}#similarity-functions[vector inde
133
127
134
128
|===
135
129
130
+
For more details, see the {link-vector-indexes}#similarity-functions[vector index documentation].
131
+
136
132
137
133
[[functions-similarity-euclidean]]
138
134
== vector.similarity.euclidean()
@@ -147,7 +143,6 @@ For more details, see the {link-vector-indexes}#similarity-functions[vector inde
147
143
| *Returns* 3+| `FLOAT`
148
144
|===
149
145
150
-
For more details, see the {link-vector-indexes}#similarity-functions[vector index documentation].
151
146
152
147
.Considerations
153
148
|===
@@ -163,6 +158,7 @@ For more details, see the {link-vector-indexes}#similarity-functions[vector inde
163
158
164
159
|===
165
160
161
+
For more details, see the {link-vector-indexes}#similarity-functions[vector index documentation].
0 commit comments