mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-01 12:01:58 +00:00
d2e79f0b92
USearch (similar to FAISS) allows to specify the distance function, quantization, and various HNSW meta-parameters for index creation and sarch. Some users wished for greater configurability, so let's expose them. Index creation now requires either - 2 parameters (with the other 4 parameters taking on default values), or - 6 parameters for full control This commit also remove quantization `f64` (that would be upsampling). |
||
---|---|---|
.. | ||
aggregatingmergetree.md | ||
annindexes.md | ||
collapsingmergetree.md | ||
custom-partitioning-key.md | ||
graphitemergetree.md | ||
index.md | ||
invertedindexes.md | ||
mergetree.md | ||
replacingmergetree.md | ||
replication.md | ||
summingmergetree.md | ||
versionedcollapsingmergetree.md |