feat: 添加Qwen3嵌入模型及JRXML报告相关文件
添加Qwen3-4B嵌入模型配置文件及权重文件 添加多个JRXML报告的数据查询和字段定义文件 添加PdfEncryptReport.jrxml示例报告文件
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
[
|
||||
{
|
||||
"chunk_id": 5,
|
||||
"chunk_type": "field",
|
||||
"human_description": "Field definition for report 'NorthwindOrdersReport': Freight, type: java.lang.Float, expression: Freight",
|
||||
"raw_xml": "<field name=\"Freight\" class=\"java.lang.Float\">\n\t\t<property name=\"net.sf.jasperreports.jsonql.field.expression\" value=\"Freight\" />\n\t</field>\n\t",
|
||||
"context": "Report 'NorthwindOrdersReport' field 'Freight'",
|
||||
"metadata": {
|
||||
"field_name": "Freight",
|
||||
"field_class": "java.lang.Float",
|
||||
"field_expression": {
|
||||
"property": "net.sf.jasperreports.jsonql.field.expression",
|
||||
"value": "Freight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"chunk_id": 5,
|
||||
"chunk_type": "field",
|
||||
"human_description": "Field definition for report 'NorthwindOrdersReport': Freight, type: java.lang.Float, expression: Freight",
|
||||
"raw_xml": "<field name=\"Freight\" class=\"java.lang.Float\">\n\t\t<property name=\"net.sf.jasperreports.jsonql.field.expression\" value=\"Freight\" />\n\t</field>\n\t",
|
||||
"context": "Report 'NorthwindOrdersReport' field 'Freight'",
|
||||
"metadata": {
|
||||
"field_name": "Freight",
|
||||
"field_class": "java.lang.Float",
|
||||
"field_expression": {
|
||||
"property": "net.sf.jasperreports.jsonql.field.expression",
|
||||
"value": "Freight"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user