ClickHouse/docs/en/engines
Robert Schulze b00c64fe9d
Docs: Remove tuple support from ANN indexes
Indexes for approximate nearest neighbourhood (ANN) search (Annoy,
USearch) can currently be build on columns of type Array(Float32) or
Tuple(Float32[, Float32[, ...]]). In practice, only Arrays are relevant
which makes sense as arrays store high-dimensional embeddings
consecutively and the additional flexibility of different data types in
a tuple is not needed.

Therefore, removing support for ANN indexes over tuple columns to
simplify the code, tests and docs.
2024-05-06 14:18:30 +00:00
..
database-engines [Docs] Remove experimental tag from Replicated database engine 2024-04-24 14:17:00 -07:00
table-engines Docs: Remove tuple support from ANN indexes 2024-05-06 14:18:30 +00:00
_category_.yml New nav - reverting the revert 2023-03-17 21:45:43 -05:00