feat: 添加Qwen3嵌入模型及JRXML报告相关文件
添加Qwen3-4B嵌入模型配置文件及权重文件 添加多个JRXML报告的数据查询和字段定义文件 添加PdfEncryptReport.jrxml示例报告文件
This commit is contained in:
@@ -0,0 +1,88 @@
|
||||
[
|
||||
{
|
||||
"chunk_id": 77,
|
||||
"chunk_type": "chart",
|
||||
"human_description": "This is a chart element in report 'XYBarChartReport', type: xyBar. Dataset kind: xy. Label format: .",
|
||||
"raw_xml": "<element kind=\"chart\" chartType=\"xyBar\" uuid=\"dcbbee20-d52c-436b-bbe8-fe5a371322fe\" positionType=\"Float\" x=\"0\" y=\"25\" width=\"270\" height=\"175\" evaluationTime=\"Group\" evaluationGroup=\"CountryGroup\">\n\t\t\t\t\t<dataset kind=\"xy\" incrementType=\"Group\" resetGroup=\"CountryGroup\" incrementGroup=\"OrderIDBucketGroup\" resetType=\"Group\">\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>$V{OrderIDBucket}</xvalueExpression>\n\t\t\t\t\t\t\t<yvalueExpression>$V{FreightSumOrderIDBucketGroup} / 2d</yvalueExpression>\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>$V{OrderIDBucket}</xvalueExpression>\n\t\t\t\t\t\t\t<yvalueExpression>$V{FreightSumOrderIDBucketGroup}</yvalueExpression>\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>\"Double Freight\"</seriesExpression>\n\t\t\t\t\t\t\t<xvalueExpression>$V{OrderIDBucket}</xvalueExpression>\n\t\t\t\t\t\t\t<yvalueExpression>$V{FreightSumOrderIDBucketGroup} * 2d</yvalueExpression>\n\t\t\t\t\t\t</series>\n\t\t\t\t\t</dataset>\n\t\t\t\t\t<plot showTickMarks=\"true\" showTickLabels=\"true\">\n\t\t\t\t\t\t<itemLabel color=\"#000000\" backgroundColor=\"#FFFFFF\" />\n\t\t\t\t\t</plot>\n\t\t\t\t</element>\n\t\t\t",
|
||||
"context": "Report 'XYBarChartReport' chart",
|
||||
"metadata": {
|
||||
"chart_type": "xyBar",
|
||||
"dataset": {
|
||||
"kind": "xy",
|
||||
"series": [
|
||||
{
|
||||
"key": "",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "",
|
||||
"value": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"plot": {
|
||||
"labelFormat": "",
|
||||
"legendLabelFormat": ""
|
||||
},
|
||||
"attributes": {
|
||||
"kind": "chart",
|
||||
"chartType": "xyBar",
|
||||
"uuid": "dcbbee20-d52c-436b-bbe8-fe5a371322fe",
|
||||
"positionType": "Float",
|
||||
"x": "0",
|
||||
"y": "25",
|
||||
"width": "270",
|
||||
"height": "175",
|
||||
"evaluationTime": "Group",
|
||||
"evaluationGroup": "CountryGroup"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"chunk_id": 77,
|
||||
"chunk_type": "chart",
|
||||
"human_description": "This is a chart element in report 'XYBarChartReport', type: xyBar. Dataset kind: xy. Label format: .",
|
||||
"raw_xml": "<element kind=\"chart\" chartType=\"xyBar\" uuid=\"dcbbee20-d52c-436b-bbe8-fe5a371322fe\" positionType=\"Float\" x=\"0\" y=\"25\" width=\"270\" height=\"175\" evaluationTime=\"Group\" evaluationGroup=\"CountryGroup\">\n\t\t\t\t\t<dataset kind=\"xy\" incrementType=\"Group\" resetGroup=\"CountryGroup\" incrementGroup=\"OrderIDBucketGroup\" resetType=\"Group\">\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>$V{OrderIDBucket}</xvalueExpression>\n\t\t\t\t\t\t\t<yvalueExpression>$V{FreightSumOrderIDBucketGroup} / 2d</yvalueExpression>\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>$V{OrderIDBucket}</xvalueExpression>\n\t\t\t\t\t\t\t<yvalueExpression>$V{FreightSumOrderIDBucketGroup}</yvalueExpression>\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>\"Double Freight\"</seriesExpression>\n\t\t\t\t\t\t\t<xvalueExpression>$V{OrderIDBucket}</xvalueExpression>\n\t\t\t\t\t\t\t<yvalueExpression>$V{FreightSumOrderIDBucketGroup} * 2d</yvalueExpression>\n\t\t\t\t\t\t</series>\n\t\t\t\t\t</dataset>\n\t\t\t\t\t<plot showTickMarks=\"true\" showTickLabels=\"true\">\n\t\t\t\t\t\t<itemLabel color=\"#000000\" backgroundColor=\"#FFFFFF\" />\n\t\t\t\t\t</plot>\n\t\t\t\t</element>\n\t\t\t",
|
||||
"context": "Report 'XYBarChartReport' chart",
|
||||
"metadata": {
|
||||
"chart_type": "xyBar",
|
||||
"dataset": {
|
||||
"kind": "xy",
|
||||
"series": [
|
||||
{
|
||||
"key": "",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "",
|
||||
"value": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"plot": {
|
||||
"labelFormat": "",
|
||||
"legendLabelFormat": ""
|
||||
},
|
||||
"attributes": {
|
||||
"kind": "chart",
|
||||
"chartType": "xyBar",
|
||||
"uuid": "dcbbee20-d52c-436b-bbe8-fe5a371322fe",
|
||||
"positionType": "Float",
|
||||
"x": "0",
|
||||
"y": "25",
|
||||
"width": "270",
|
||||
"height": "175",
|
||||
"evaluationTime": "Group",
|
||||
"evaluationGroup": "CountryGroup"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user