From 993a1428f541f69a2707b7cb26b2c46f93c97835 Mon Sep 17 00:00:00 2001 From: liyun95 Date: Fri, 24 Jan 2025 16:48:44 +0800 Subject: [PATCH] fix link error Signed-off-by: liyun95 --- site/en/userGuide/manage-indexes/floating-vector/ivf-pq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/en/userGuide/manage-indexes/floating-vector/ivf-pq.md b/site/en/userGuide/manage-indexes/floating-vector/ivf-pq.md index ff396bbf2..1b63a2d43 100644 --- a/site/en/userGuide/manage-indexes/floating-vector/ivf-pq.md +++ b/site/en/userGuide/manage-indexes/floating-vector/ivf-pq.md @@ -24,7 +24,7 @@ Here's how it works: 3. **Inverted Index:** An index is created, mapping each cluster centroid to the list of vectors assigned to that cluster. 4. **Search:** When you search for nearest neighbors, the search algorithm compares your query vector with the cluster centroids and selects the most promising cluster(s). The search is then narrowed down to the vectors within those selected clusters. -To learn more about its technical details , refer to [IVF_FLAT](https://zilliverse.feishu.cn/wiki/MXiGwmnq6i5MswkryYVcMklVnld). +To learn more about its technical details , refer to [IVF_FLAT](ivf-flat.md). ### PQ