feat: 添加Qwen3嵌入模型及JRXML报告相关文件

添加Qwen3-4B嵌入模型配置文件及权重文件
添加多个JRXML报告的数据查询和字段定义文件
添加PdfEncryptReport.jrxml示例报告文件
This commit is contained in:
2026-05-11 08:34:03 +08:00
commit 4f475e9e36
1606 changed files with 687965 additions and 0 deletions
@@ -0,0 +1,24 @@
[
{
"chunk_id": 2,
"chunk_type": "query",
"human_description": "This is the data query for report 'CustomersReport'. Language: XPATH. Query: /Northwind/Customers",
"raw_xml": "<query language=\"xPath\">/Northwind/Customers</query>\n\t",
"context": "Report 'CustomersReport' data query",
"metadata": {
"query_language": "xpath",
"full_sql": "/Northwind/Customers"
}
},
{
"chunk_id": 2,
"chunk_type": "query",
"human_description": "This is the data query for report 'CustomersReport'. Language: XPATH. Query: /Northwind/Customers",
"raw_xml": "<query language=\"xPath\">/Northwind/Customers</query>\n\t",
"context": "Report 'CustomersReport' data query",
"metadata": {
"query_language": "xpath",
"full_sql": "/Northwind/Customers"
}
}
]