Added delete example [skip ci]

This commit is contained in:
Andrew Kane
2023-03-31 20:02:22 -07:00
parent 161f48793e
commit 489cdb5068

View File

@@ -71,6 +71,12 @@ Update vectors
UPDATE items SET embedding = '[1,2,3]' WHERE id = 1;
```
Delete vectors
```sql
DELETE FROM items WHERE id = 1;
```
## Querying
Use a `SELECT` clause to get the distance