mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-15 14:11:14 +00:00
[Feature] ChatKnowledge Support Excel Document (#1524)
Co-authored-by: 无剑 <zhuzhenchao@changeme.com>
This commit is contained in:
@@ -27,6 +27,7 @@ def __getattr__(name: str):
|
||||
"StringKnowledge": "string",
|
||||
"TXTKnowledge": "txt",
|
||||
"URLKnowledge": "url",
|
||||
"ExcelKnowledge": "xlsx",
|
||||
}
|
||||
|
||||
if name in _LIBS:
|
||||
@@ -53,4 +54,5 @@ __all__ = [
|
||||
"StringKnowledge",
|
||||
"TXTKnowledge",
|
||||
"URLKnowledge",
|
||||
"ExcelKnowledge",
|
||||
]
|
||||
|
Reference in New Issue
Block a user