mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-13 21:21:08 +00:00
feat: Added support for TuGraph graph database (#1451)
Co-authored-by: aries_ckt <916701291@qq.com>
This commit is contained in:
@@ -216,3 +216,8 @@ class BaseConnector(ABC):
|
||||
def is_normal_type(cls) -> bool:
|
||||
"""Return whether the connector is a normal type."""
|
||||
return True
|
||||
|
||||
@classmethod
|
||||
def is_graph_type(cls) -> bool:
|
||||
"""Return whether the connector is a graph database connector."""
|
||||
return False
|
||||
|
Reference in New Issue
Block a user