From d9322a1363bd05423ebf019e577bde1638c415b5 Mon Sep 17 00:00:00 2001 From: pikammmmm <124257101+pikammmmm@users.noreply.github.com> Date: Fri, 1 May 2026 21:09:45 +0200 Subject: [PATCH] Fix `succesfully` -> `successfully` typo in API.md --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 972659e..c4076fc 100644 --- a/API.md +++ b/API.md @@ -101,7 +101,7 @@ SELECT vector_init('documents', 'embedding', 'dimension=384,type=FLOAT32,distanc **Returns:** `INTEGER` **Description:** -Returns the total number of succesfully quantized rows. +Returns the total number of successfully quantized rows. Performs quantization on the specified table and column. This precomputes internal data structures to support fast approximate nearest neighbor (ANN) search. Read more about quantization [here](https://github.com/sqliteai/sqlite-vector/blob/main/QUANTIZATION.md).