diff --git a/README.md b/README.md index 82b8052..7525b69 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,8 @@ L2 distance CREATE INDEX ON items USING hnsw (embedding vector_l2_ops); ``` +Note: Use `halfvec_l2_ops` for `halfvec` and `sparsevec_l2_ops` for `sparsevec` (and similar with the other distance functions) + Inner product ```sql @@ -345,6 +347,8 @@ L2 distance CREATE INDEX ON items USING ivfflat (embedding vector_l2_ops) WITH (lists = 100); ``` +Note: Use `halfvec_l2_ops` for `halfvec` (and similar with the other distance functions) + Inner product ```sql