Skip to content

Commit 895ba21

Browse files
committed
review suggestions
1 parent 5a18e8b commit 895ba21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/directives/indexes-and-constraints.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ This embedding is then compared to the node vector embeddings in the database.
276276

277277
[NOTE]
278278
====
279-
Vector index searches are _read-only_ in the sense that no data is persisted in the database.
279+
Vector index searches are _read-only_ in the sense that the data which the queries operate on are retrieved from the database but not altered or written back to the database.
280280
====
281281

282282

@@ -304,7 +304,7 @@ input VectorIndexInput {
304304
}
305305
----
306306

307-
If the optional field `provider` is set, the type is used for a query by phrase, otherwise for a query by vector index.
307+
If the optional field `provider` is set, the type is used for a query by phrase, otherwise for a query by vector.
308308
Allowed values for the `provider` field are defined by the available link:https://neo4j.com/docs/cypher-manual/current/indexes/semantic-indexes/vector-indexes/[GenAI providers].
309309

310310
=== Usage

0 commit comments

Comments
 (0)