Skip to content

Commit

Permalink
More Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ejscribner committed Sep 25, 2024
1 parent b010e17 commit 1a9f182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/core/rag/datasource/vdb/vector_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def get_vector_factory(vector_type: str) -> type[AbstractVectorFactory]:
return AnalyticdbVectorFactory
case VectorType.COUCHBASE:
from core.rag.datasource.vdb.couchbase.couchbase_vector import CouchbaseVectorFactory

return CouchbaseVectorFactory
case _:
raise ValueError(f"Vector store {vector_type} is not supported.")
Expand Down

0 comments on commit 1a9f182

Please sign in to comment.