ClickHouse/docs/en/engines/table-engines/mergetree-family
Robert Schulze d2e79f0b92
Rework vector index parameters
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).
2024-08-12 15:32:19 +00:00
..
aggregatingmergetree.md AggregatingMergeTree: Split table creation and MV definition + add more to example 2024-03-22 16:26:43 +00:00
annindexes.md Rework vector index parameters 2024-08-12 15:32:19 +00:00
collapsingmergetree.md [Docs] fix some typos and missing commas 2024-02-13 02:10:41 +01:00
custom-partitioning-key.md Review changes and replace … with ... 2024-05-23 13:54:45 +02:00
graphitemergetree.md Fix some grammar mistakes in documentation, code and tests 2023-05-04 13:35:18 -03:00
index.md add slugs 2022-08-28 10:53:34 -04:00
invertedindexes.md Be more graceful to existing inverted indexes 2024-05-31 15:50:16 +00:00
mergetree.md Cosmetics II 2024-08-06 12:36:09 +00:00
replacingmergetree.md Rollback doc example 2024-05-17 18:03:51 +02:00
replication.md [Docs] Use ReplicatedMergeTree not ReplicatedReplacingMergeTree for data replication examples 2024-05-09 15:33:40 -07:00
summingmergetree.md Docs: Replace annoying three spaces in enumerations by a single space 2023-04-19 15:56:55 +00:00
versionedcollapsingmergetree.md Docs: Replace annoying three spaces in enumerations by a single space 2023-04-19 15:56:55 +00:00