aboutsummaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/pgvector/django/extensions.py
blob: 0573f72b0dedc729779ac6e606e6be3d28252c55 (about) (plain)
1
2
3
4
5
6
from django.contrib.postgres.operations import CreateExtension


class VectorExtension(CreateExtension):
    def __init__(self):
        self.name = 'vector'