Skip to content

Commit c71f13e

Browse files
Update content/develop/clients/jedis/vecsearch.md
Co-authored-by: David Dougherty <david.dougherty@redis.com>
1 parent b5d6963 commit c71f13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/develop/clients/jedis/vecsearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ is the result judged to be most similar in meaning to the query text
289289
## Differences with JSON documents
290290

291291
Indexing JSON documents is similar to hash indexing, but there are some
292-
important differences. JSON allows much richer data modelling with nested fields, so
292+
important differences. JSON allows much richer data modeling with nested fields, so
293293
you must supply a [path]({{< relref "/develop/data-types/json/path" >}}) in the schema
294294
to identify each field you want to index. However, you can declare a short alias for each
295295
of these paths (using the `as()` option) to avoid typing it in full for

0 commit comments

Comments
 (0)