init
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
本目录存放用于 RAGFlow 匹配的表名检索提示词(JSON)。
|
||||
|
||||
约定:使用单一 JSON 文件维护多个表名及其模板列表。
|
||||
示例文件:tables.json。
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"tables": {
|
||||
"apbo_eta_ful": [
|
||||
"SO ETA INFO",
|
||||
"BO list",
|
||||
"CC",
|
||||
"Commodity Code",
|
||||
"BO QTY",
|
||||
"open order",
|
||||
"BO status",
|
||||
"BO report",
|
||||
"model",
|
||||
"MTM SN",
|
||||
"backlog",
|
||||
"Premier",
|
||||
"SN machine_sn",
|
||||
"work order information",
|
||||
"recovery ETA",
|
||||
"history order",
|
||||
"Warranty type"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user