elasticsearch/docs/reference/how-to
Benjamin Trent 7b9c367aeb
Auto-normalize dot_product vectors at index & query (#98944)
`dot_product` requires vectors to be unit-length. Previously, we would
check that vectors were unit-length and throw if they were not. 

Instead, we will now auto-normalize vectors as they are indexed.

`cosine` will continue to behave as usual, not normalizing the vectors.

closes: https://github.com/elastic/elasticsearch/issues/98935
2023-08-30 09:50:49 -04:00
..
recipes
disk-usage.asciidoc
fix-common-cluster-issues.asciidoc
general.asciidoc
indexing-speed.asciidoc
knn-search.asciidoc
recipes.asciidoc
search-speed.asciidoc
size-your-shards.asciidoc
use-elasticsearch-for-time-series-data.asciidoc