ClickHouse/docs/en
Robert Schulze 218421c255
Remove Annoy indexes
Annoy indexes fell out of favor in the community, at least when it comes
to vector databases. Such indexes work okay-ish low dimensions but they
suffers badly from a curse of dimensionality which makes them inapt for
a high number of dimensions.

Now that Annoy is gone, issue (*) also disappears and we can drop
'no-ubsan', 'no-cpu-aarch64', and 'no-asan' from tests.

(*) spotify/annoy#456
2024-08-12 15:24:49 +00:00
..
development Revert "Refactor tests for (experimental) statistics" 2024-08-11 13:19:36 +02:00
engines Remove Annoy indexes 2024-08-12 15:24:49 +00:00
getting-started Update link for JSON schema inference 2024-07-24 07:59:34 -07:00
interfaces typos in prometheus.md 2024-08-11 18:37:29 +02:00
operations fix system.kafka_consumers and doc, fix tidy 2024-08-11 20:40:55 +00:00
sql-reference Revert "Refactor tests for (experimental) statistics" 2024-08-11 13:19:36 +02:00