diff --git a/README.md b/README.md index 1a18e0a..f583594 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,6 @@ Insert vectors INSERT INTO items (embedding) VALUES ('[1,2,3]'), ('[4,5,6]'); ``` -Note: `COPY` is also supported - Upsert vectors ```sql