mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-04 10:34:30 +00:00
fix(core): Fix AWEL branch bug (#1640)
This commit is contained in:
@@ -56,6 +56,8 @@ def _load_vector_options() -> List[OptionValue]:
|
||||
default=None,
|
||||
),
|
||||
],
|
||||
# Compatible with the old version
|
||||
alias=["dbgpt.storage.vector_store.connector.VectorStoreConnector"],
|
||||
)
|
||||
class VectorStoreConnector:
|
||||
"""The connector for vector store.
|
||||
|
Reference in New Issue
Block a user