From 87ad754d7dbd0a402b3447f598bf38af5c8dae33 Mon Sep 17 00:00:00 2001 From: Milvus-doc-bot Date: Fri, 24 Jan 2025 08:50:08 +0000 Subject: [PATCH] Release new docs to master --- .../site/en/userGuide/manage-indexes/floating-vector/ivf-pq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2.5.x/site/en/userGuide/manage-indexes/floating-vector/ivf-pq.md b/v2.5.x/site/en/userGuide/manage-indexes/floating-vector/ivf-pq.md index ff396bbf2..1b63a2d43 100644 --- a/v2.5.x/site/en/userGuide/manage-indexes/floating-vector/ivf-pq.md +++ b/v2.5.x/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