We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d6963 commit c71f13eCopy full SHA for c71f13e
content/develop/clients/jedis/vecsearch.md
@@ -289,7 +289,7 @@ is the result judged to be most similar in meaning to the query text
289
## Differences with JSON documents
290
291
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
+important differences. JSON allows much richer data modeling with nested fields, so
293
you must supply a [path]({{< relref "/develop/data-types/json/path" >}}) in the schema
294
to identify each field you want to index. However, you can declare a short alias for each
295
of these paths (using the `as()` option) to avoid typing it in full for
0 commit comments