feat: 添加Qwen3嵌入模型及JRXML报告相关文件
添加Qwen3-4B嵌入模型配置文件及权重文件 添加多个JRXML报告的数据查询和字段定义文件 添加PdfEncryptReport.jrxml示例报告文件
This commit is contained in:
@@ -0,0 +1,88 @@
|
||||
[
|
||||
{
|
||||
"chunk_id": 76,
|
||||
"chunk_type": "chart",
|
||||
"human_description": "This is a chart element in report 'BubbleChartReport', type: bubble. Dataset kind: xyz. Label format: .",
|
||||
"raw_xml": "<element kind=\"chart\" chartType=\"bubble\" uuid=\"d9ebe2fd-bf5c-44a9-9433-c0643447dd9f\" positionType=\"Float\" x=\"0\" y=\"25\" width=\"270\" height=\"175\" evaluationTime=\"Group\" evaluationGroup=\"CountryGroup\">\n\t\t\t\t\t<dataset kind=\"xyz\" resetGroup=\"CountryGroup\" resetType=\"Group\">\n\t\t\t\t\t\t<series>\n\t\t\t\t\t\t\t<seriesExpression>\"Double Freight\"</seriesExpression>\n\t\t\t\t\t\t\t<xvalueExpression>$F{OrderID}</xvalueExpression>\n\t\t\t\t\t\t\t<yvalueExpression>$F{Freight} * 2d</yvalueExpression>\n\t\t\t\t\t\t\t<zvalueExpression>40.00d</zvalueExpression>\n\t\t\t\t\t\t</series>\n\t\t\t\t\t\t<series>\n\t\t\t\t\t\t\t<seriesExpression>\"Normal Freight\"</seriesExpression>\n\t\t\t\t\t\t\t<xvalueExpression>$F{OrderID}</xvalueExpression>\n\t\t\t\t\t\t\t<yvalueExpression>$F{Freight}</yvalueExpression>\n\t\t\t\t\t\t\t<zvalueExpression>30.00d</zvalueExpression>\n\t\t\t\t\t\t</series>\n\t\t\t\t\t\t<series>\n\t\t\t\t\t\t\t<seriesExpression>\"Half Freight\"</seriesExpression>\n\t\t\t\t\t\t\t<xvalueExpression>$F{OrderID}</xvalueExpression>\n\t\t\t\t\t\t\t<yvalueExpression>$F{Freight} / 2d</yvalueExpression>\n\t\t\t\t\t\t\t<zvalueExpression>20.00d</zvalueExpression>\n\t\t\t\t\t\t</series>\n\t\t\t\t\t</dataset>\n\t\t\t\t\t<plot scaleType=\"RangeAxis\" />\n\t\t\t\t</element>\n\t\t\t",
|
||||
"context": "Report 'BubbleChartReport' chart",
|
||||
"metadata": {
|
||||
"chart_type": "bubble",
|
||||
"dataset": {
|
||||
"kind": "xyz",
|
||||
"series": [
|
||||
{
|
||||
"key": "",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "",
|
||||
"value": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"plot": {
|
||||
"labelFormat": "",
|
||||
"legendLabelFormat": ""
|
||||
},
|
||||
"attributes": {
|
||||
"kind": "chart",
|
||||
"chartType": "bubble",
|
||||
"uuid": "d9ebe2fd-bf5c-44a9-9433-c0643447dd9f",
|
||||
"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 'BubbleChartReport', type: bubble. Dataset kind: xyz. Label format: .",
|
||||
"raw_xml": "<element kind=\"chart\" chartType=\"bubble\" uuid=\"d9ebe2fd-bf5c-44a9-9433-c0643447dd9f\" positionType=\"Float\" x=\"0\" y=\"25\" width=\"270\" height=\"175\" evaluationTime=\"Group\" evaluationGroup=\"CountryGroup\">\n\t\t\t\t\t<dataset kind=\"xyz\" resetGroup=\"CountryGroup\" resetType=\"Group\">\n\t\t\t\t\t\t<series>\n\t\t\t\t\t\t\t<seriesExpression>\"Double Freight\"</seriesExpression>\n\t\t\t\t\t\t\t<xvalueExpression>$F{OrderID}</xvalueExpression>\n\t\t\t\t\t\t\t<yvalueExpression>$F{Freight} * 2d</yvalueExpression>\n\t\t\t\t\t\t\t<zvalueExpression>40.00d</zvalueExpression>\n\t\t\t\t\t\t</series>\n\t\t\t\t\t\t<series>\n\t\t\t\t\t\t\t<seriesExpression>\"Normal Freight\"</seriesExpression>\n\t\t\t\t\t\t\t<xvalueExpression>$F{OrderID}</xvalueExpression>\n\t\t\t\t\t\t\t<yvalueExpression>$F{Freight}</yvalueExpression>\n\t\t\t\t\t\t\t<zvalueExpression>30.00d</zvalueExpression>\n\t\t\t\t\t\t</series>\n\t\t\t\t\t\t<series>\n\t\t\t\t\t\t\t<seriesExpression>\"Half Freight\"</seriesExpression>\n\t\t\t\t\t\t\t<xvalueExpression>$F{OrderID}</xvalueExpression>\n\t\t\t\t\t\t\t<yvalueExpression>$F{Freight} / 2d</yvalueExpression>\n\t\t\t\t\t\t\t<zvalueExpression>20.00d</zvalueExpression>\n\t\t\t\t\t\t</series>\n\t\t\t\t\t</dataset>\n\t\t\t\t\t<plot scaleType=\"RangeAxis\" />\n\t\t\t\t</element>\n\t\t\t",
|
||||
"context": "Report 'BubbleChartReport' chart",
|
||||
"metadata": {
|
||||
"chart_type": "bubble",
|
||||
"dataset": {
|
||||
"kind": "xyz",
|
||||
"series": [
|
||||
{
|
||||
"key": "",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "",
|
||||
"value": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"plot": {
|
||||
"labelFormat": "",
|
||||
"legendLabelFormat": ""
|
||||
},
|
||||
"attributes": {
|
||||
"kind": "chart",
|
||||
"chartType": "bubble",
|
||||
"uuid": "d9ebe2fd-bf5c-44a9-9433-c0643447dd9f",
|
||||
"positionType": "Float",
|
||||
"x": "0",
|
||||
"y": "25",
|
||||
"width": "270",
|
||||
"height": "175",
|
||||
"evaluationTime": "Group",
|
||||
"evaluationGroup": "CountryGroup"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user