mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 05:51:21 +08:00
Added halfvec and sparsevec opclasses to readme - closes #540 [skip ci]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user