aboutsummaryrefslogtreecommitdiff
path: root/R2R/r2r/providers/vector_dbs/__init__.py
blob: 38ea08908e8f48ce67b768cc0e3d5cceb41261f5 (about) (plain)
1
2
3
4
5
from .pgvector.pgvector_db import PGVectorDB

__all__ = [
    "PGVectorDB",
]