We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 441b26e commit 78e6459Copy full SHA for 78e6459
README.md
@@ -140,7 +140,7 @@ Index vectors at half-precision
140
```python
141
from django.contrib.postgres.indexes import OpClass
142
from django.db.models.functions import Cast
143
-from pgvector.django import HalfVectorField
+from pgvector.django import HnswIndex, HalfVectorField
144
145
class Item(models.Model):
146
class Meta:
0 commit comments