feat: 添加Qwen3嵌入模型及JRXML报告相关文件
添加Qwen3-4B嵌入模型配置文件及权重文件 添加多个JRXML报告的数据查询和字段定义文件 添加PdfEncryptReport.jrxml示例报告文件
This commit is contained in:
@@ -0,0 +1,62 @@
|
||||
[
|
||||
{
|
||||
"chunk_id": 76,
|
||||
"chunk_type": "chart",
|
||||
"human_description": "This is a chart element in report 'HighLowChartReport', type: highLow. Dataset kind: highLow. Label format: .",
|
||||
"raw_xml": "<element kind=\"chart\" chartType=\"highLow\" uuid=\"cb81eafd-1e98-433b-9c11-78b08cee37a4\" positionType=\"Float\" x=\"0\" y=\"25\" width=\"270\" height=\"175\" evaluationTime=\"Group\" evaluationGroup=\"CountryGroup\">\n\t\t\t\t\t<dataset kind=\"highLow\" resetGroup=\"CountryGroup\" resetType=\"Group\">\n\t\t\t\t\t\t<seriesExpression>$F{ShipCountry}</seriesExpression>\n\t\t\t\t\t\t<dateExpression>$F{OrderDate}</dateExpression>\n\t\t\t\t\t\t<highExpression>$F{Freight} + $F{Freight} * 0.6d</highExpression>\n\t\t\t\t\t\t<lowExpression>$F{Freight} - $F{Freight} * 0.6d</lowExpression>\n\t\t\t\t\t\t<openExpression>$F{Freight} - $F{Freight} * 0.3d</openExpression>\n\t\t\t\t\t\t<closeExpression>$F{Freight} + $F{Freight} * 0.4d</closeExpression>\n\t\t\t\t\t\t<volumeExpression>$F{Freight} / 2</volumeExpression>\n\t\t\t\t\t</dataset>\n\t\t\t\t\t<plot />\n\t\t\t\t</element>\n\t\t\t",
|
||||
"context": "Report 'HighLowChartReport' chart",
|
||||
"metadata": {
|
||||
"chart_type": "highLow",
|
||||
"dataset": {
|
||||
"kind": "highLow",
|
||||
"series": []
|
||||
},
|
||||
"plot": {
|
||||
"labelFormat": "",
|
||||
"legendLabelFormat": ""
|
||||
},
|
||||
"attributes": {
|
||||
"kind": "chart",
|
||||
"chartType": "highLow",
|
||||
"uuid": "cb81eafd-1e98-433b-9c11-78b08cee37a4",
|
||||
"positionType": "Float",
|
||||
"x": "0",
|
||||
"y": "25",
|
||||
"width": "270",
|
||||
"height": "175",
|
||||
"evaluationTime": "Group",
|
||||
"evaluationGroup": "CountryGroup"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"chunk_id": 76,
|
||||
"chunk_type": "chart",
|
||||
"human_description": "This is a chart element in report 'HighLowChartReport', type: highLow. Dataset kind: highLow. Label format: .",
|
||||
"raw_xml": "<element kind=\"chart\" chartType=\"highLow\" uuid=\"cb81eafd-1e98-433b-9c11-78b08cee37a4\" positionType=\"Float\" x=\"0\" y=\"25\" width=\"270\" height=\"175\" evaluationTime=\"Group\" evaluationGroup=\"CountryGroup\">\n\t\t\t\t\t<dataset kind=\"highLow\" resetGroup=\"CountryGroup\" resetType=\"Group\">\n\t\t\t\t\t\t<seriesExpression>$F{ShipCountry}</seriesExpression>\n\t\t\t\t\t\t<dateExpression>$F{OrderDate}</dateExpression>\n\t\t\t\t\t\t<highExpression>$F{Freight} + $F{Freight} * 0.6d</highExpression>\n\t\t\t\t\t\t<lowExpression>$F{Freight} - $F{Freight} * 0.6d</lowExpression>\n\t\t\t\t\t\t<openExpression>$F{Freight} - $F{Freight} * 0.3d</openExpression>\n\t\t\t\t\t\t<closeExpression>$F{Freight} + $F{Freight} * 0.4d</closeExpression>\n\t\t\t\t\t\t<volumeExpression>$F{Freight} / 2</volumeExpression>\n\t\t\t\t\t</dataset>\n\t\t\t\t\t<plot />\n\t\t\t\t</element>\n\t\t\t",
|
||||
"context": "Report 'HighLowChartReport' chart",
|
||||
"metadata": {
|
||||
"chart_type": "highLow",
|
||||
"dataset": {
|
||||
"kind": "highLow",
|
||||
"series": []
|
||||
},
|
||||
"plot": {
|
||||
"labelFormat": "",
|
||||
"legendLabelFormat": ""
|
||||
},
|
||||
"attributes": {
|
||||
"kind": "chart",
|
||||
"chartType": "highLow",
|
||||
"uuid": "cb81eafd-1e98-433b-9c11-78b08cee37a4",
|
||||
"positionType": "Float",
|
||||
"x": "0",
|
||||
"y": "25",
|
||||
"width": "270",
|
||||
"height": "175",
|
||||
"evaluationTime": "Group",
|
||||
"evaluationGroup": "CountryGroup"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user