Skip to content

Commit 1a9f182

Browse files
committed
More Lint
1 parent b010e17 commit 1a9f182

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/core/rag/datasource/vdb/vector_factory.py

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ def get_vector_factory(vector_type: str) -> type[AbstractVectorFactory]:
105105
return AnalyticdbVectorFactory
106106
case VectorType.COUCHBASE:
107107
from core.rag.datasource.vdb.couchbase.couchbase_vector import CouchbaseVectorFactory
108+
108109
return CouchbaseVectorFactory
109110
case _:
110111
raise ValueError(f"Vector store {vector_type} is not supported.")

0 commit comments

Comments
 (0)