From 280ec74cbd940c3c4256b1999f140f308db95229 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 19 Jul 2023 16:37:32 -0700 Subject: [PATCH] Updated readme [skip ci] --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4bf0cda..175bb9f 100644 --- a/README.md +++ b/README.md @@ -362,6 +362,10 @@ ALTER TABLE items ALTER COLUMN embedding SET STORAGE PLAIN; The index was likely created with too little data for the number of lists. Drop the index until the table has more data. +```sql +DROP INDEX index_name; +``` + ## Reference ### Vector Type