ClickHouse/docs/en
Robert Schulze 40bed3e20f
Remove support for WHERE-type queries
These kind of vector search similarity queries are rather obscure and
rare in practice. They require the user to specify a maximum distance
which is not intuitive to obtain. Furthermore, these queries are not
natively supported in USearch, so the vector search index had to emulate
these queries.

Therefore simplifying the code base and restricting vector search to
ORDER-BY queries only.
2024-08-12 15:25:52 +00:00
..
development Revert "Refactor tests for (experimental) statistics" 2024-08-11 13:19:36 +02:00
engines Remove support for WHERE-type queries 2024-08-12 15:25:52 +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