Updated readme [skip ci]

This commit is contained in:
Andrew Kane
2023-07-19 16:37:32 -07:00
parent 67e6b9ee6d
commit 280ec74cbd

View File

@@ -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. 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 ## Reference
### Vector Type ### Vector Type