We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f72c8 commit af456aaCopy full SHA for af456aa
1 file changed
API.md
@@ -150,7 +150,7 @@ SELECT vector_quantize_preload('documents', 'embedding');
150
151
---
152
153
-## `vector_cleanup(table, column)`
+## `vector_quantize_cleanup(table, column)`
154
155
**Returns:** `NULL`
156
@@ -163,7 +163,7 @@ This function should only be called when quantization is no longer needed. If th
163
**Example:**
164
165
```sql
166
-SELECT vector_cleanup('documents', 'embedding');
+SELECT vector_quantize_cleanup('documents', 'embedding');
167
```
168
169
0 commit comments