Skip to content

Commit af456aa

Browse files
authored
Update API.md
1 parent a0f72c8 commit af456aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ SELECT vector_quantize_preload('documents', 'embedding');
150150

151151
---
152152

153-
## `vector_cleanup(table, column)`
153+
## `vector_quantize_cleanup(table, column)`
154154

155155
**Returns:** `NULL`
156156

@@ -163,7 +163,7 @@ This function should only be called when quantization is no longer needed. If th
163163
**Example:**
164164

165165
```sql
166-
SELECT vector_cleanup('documents', 'embedding');
166+
SELECT vector_quantize_cleanup('documents', 'embedding');
167167
```
168168

169169
---

0 commit comments

Comments
 (0)