Update knn-index.md (#4732)

Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
This commit is contained in:
kolchfa-aws 2023-08-10 09:36:55 -04:00 committed by GitHub
parent 77d4fb409a
commit 1a1a385cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ However, if you intend to just use painless scripting or a k-NN score script, yo
}
```
### Lucene byte vector
### Lucene byte vector
By default, k-NN vectors are `float` vectors, where each dimension is 4 bytes. If you want to save storage space, you can use `byte` vectors with the `lucene` engine. In a `byte` vector, each dimension is a signed 8-bit integer in the [-128, 127] range.