chore: format

This commit is contained in:
Timothy Jaeryang Baek
2026-03-08 18:14:09 -05:00
parent 2cb28369b7
commit 352391fa76
69 changed files with 124 additions and 33 deletions

View File

@@ -58,7 +58,9 @@ class Vector:
return OpenGaussClient()
case VectorType.MARIADB_VECTOR:
from open_webui.retrieval.vector.dbs.mariadb_vector import MariaDBVectorClient
from open_webui.retrieval.vector.dbs.mariadb_vector import (
MariaDBVectorClient,
)
return MariaDBVectorClient()
case VectorType.ELASTICSEARCH: