aboutsummaryrefslogtreecommitdiff
path: root/R2R/r2r/providers/vector_dbs/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'R2R/r2r/providers/vector_dbs/__init__.py')
-rwxr-xr-xR2R/r2r/providers/vector_dbs/__init__.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/R2R/r2r/providers/vector_dbs/__init__.py b/R2R/r2r/providers/vector_dbs/__init__.py
new file mode 100755
index 00000000..38ea0890
--- /dev/null
+++ b/R2R/r2r/providers/vector_dbs/__init__.py
@@ -0,0 +1,5 @@
+from .pgvector.pgvector_db import PGVectorDB
+
+__all__ = [
+ "PGVectorDB",
+]