mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
`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 |
||
---|---|---|
.. | ||
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 |