Files
mnote/wolai-backend/.venv312/Lib/site-packages/pgvector/django/extensions.py
T

7 lines
158 B
Python
Raw Normal View History

2025-12-08 19:56:24 +08:00
from django.contrib.postgres.operations import CreateExtension
class VectorExtension(CreateExtension):
def __init__(self):
self.name = 'vector'