This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 90cf556b556 Fix typo in title from 'Apaceh' to 'Apache' (#3178)
90cf556b556 is described below

commit 90cf556b5563b1d341800a0491a526ea33131d26
Author: HARSHITH GANDHE <[email protected]>
AuthorDate: Thu Dec 11 08:24:34 2025 +0530

    Fix typo in title from 'Apaceh' to 'Apache' (#3178)
    
    was just reading through and found this
    
    ## Versions
    
    - [ ] dev
    - [ ] 4.x
    - [ ] 3.x
    - [ ] 2.1
    
    ## Languages
    
    - [ ] Chinese
    - [X] English
    
    ## Docs Checklist
    
    - [ ] Checked by AI
    - [ ] Test Cases Built
---
 versioned_docs/version-4.x/ai/vector-search/ivf.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/versioned_docs/version-4.x/ai/vector-search/ivf.md 
b/versioned_docs/version-4.x/ai/vector-search/ivf.md
index 71a009e209f..c3314d0c152 100644
--- a/versioned_docs/version-4.x/ai/vector-search/ivf.md
+++ b/versioned_docs/version-4.x/ai/vector-search/ivf.md
@@ -22,7 +22,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-# IVF and How to use it in Apaceh Doris
+# IVF and How to use it in Apache Doris
 
 
 IVF index is an efficient data structure used for Approximate Nearest Neighbor 
(ANN) search. It helps narrow down the scope of vectors during search, 
significantly improving search speed. Since Apache Doris 4.x, an ANN index 
based on IVF has been supported. This document walks through the IVF algorithm, 
key parameters, and engineering practices, and explains how to build and tune 
IVF‑based ANN indexes in production Doris clusters.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to