mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-07 20:10:08 +00:00
feat: add GraphRAG framework and integrate TuGraph (#1506)
Co-authored-by: KingSkyLi <15566300566@163.com> Co-authored-by: aries_ckt <916701291@qq.com> Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
This commit is contained in:
10
dbgpt/rag/transformer/text2cypher.py
Normal file
10
dbgpt/rag/transformer/text2cypher.py
Normal file
@@ -0,0 +1,10 @@
|
||||
"""Text2Cypher class."""
|
||||
import logging
|
||||
|
||||
from dbgpt.rag.transformer.base import TranslatorBase
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class Text2Cypher(TranslatorBase):
|
||||
"""Text2Cypher class."""
|
Reference in New Issue
Block a user