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 'CandlestickChartReport', type: candlestick. Dataset kind: highLow. Label format: .",
|
||||
"raw_xml": "<element kind=\"chart\" chartType=\"candlestick\" uuid=\"eca7eecd-b7f9-456f-af3c-3127700ef43a\" positionType=\"Float\" x=\"0\" y=\"25\" width=\"270\" height=\"175\" evaluationTime=\"Group\" evaluationGroup=\"CountryGroup\">\n\t\t\t\t\t<dataset kind=\"highLow\" incrementType=\"Group\" resetGroup=\"CountryGroup\" incrementGroup=\"CountryGroup\" resetType=\"Group\">\n\t\t\t\t\t\t<seriesExpression>\"Freight\"</seriesExpression>\n\t\t\t\t\t\t<dateExpression>$V{DateHighestCountryGroup}</dateExpression>\n\t\t\t\t\t\t<highExpression>$V{FreightSumCountryGroup} * 1.6d</highExpression>\n\t\t\t\t\t\t<lowExpression>$V{FreightSumCountryGroup} * 0.4d</lowExpression>\n\t\t\t\t\t\t<openExpression>$V{FreightSumCountryGroup} * 0.7d</openExpression>\n\t\t\t\t\t\t<closeExpression>$V{FreightSumCountryGroup} * 1.4d</closeExpression>\n\t\t\t\t\t\t<volumeExpression>$V{FreightSumCountryGroup} * 0.5d</volumeExpression>\n\t\t\t\t\t</dataset>\n\t\t\t\t\t<plot showVolume=\"true\" />\n\t\t\t\t</element>\n\t\t\t",
|
||||
"context": "Report 'CandlestickChartReport' chart",
|
||||
"metadata": {
|
||||
"chart_type": "candlestick",
|
||||
"dataset": {
|
||||
"kind": "highLow",
|
||||
"series": []
|
||||
},
|
||||
"plot": {
|
||||
"labelFormat": "",
|
||||
"legendLabelFormat": ""
|
||||
},
|
||||
"attributes": {
|
||||
"kind": "chart",
|
||||
"chartType": "candlestick",
|
||||
"uuid": "eca7eecd-b7f9-456f-af3c-3127700ef43a",
|
||||
"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 'CandlestickChartReport', type: candlestick. Dataset kind: highLow. Label format: .",
|
||||
"raw_xml": "<element kind=\"chart\" chartType=\"candlestick\" uuid=\"eca7eecd-b7f9-456f-af3c-3127700ef43a\" positionType=\"Float\" x=\"0\" y=\"25\" width=\"270\" height=\"175\" evaluationTime=\"Group\" evaluationGroup=\"CountryGroup\">\n\t\t\t\t\t<dataset kind=\"highLow\" incrementType=\"Group\" resetGroup=\"CountryGroup\" incrementGroup=\"CountryGroup\" resetType=\"Group\">\n\t\t\t\t\t\t<seriesExpression>\"Freight\"</seriesExpression>\n\t\t\t\t\t\t<dateExpression>$V{DateHighestCountryGroup}</dateExpression>\n\t\t\t\t\t\t<highExpression>$V{FreightSumCountryGroup} * 1.6d</highExpression>\n\t\t\t\t\t\t<lowExpression>$V{FreightSumCountryGroup} * 0.4d</lowExpression>\n\t\t\t\t\t\t<openExpression>$V{FreightSumCountryGroup} * 0.7d</openExpression>\n\t\t\t\t\t\t<closeExpression>$V{FreightSumCountryGroup} * 1.4d</closeExpression>\n\t\t\t\t\t\t<volumeExpression>$V{FreightSumCountryGroup} * 0.5d</volumeExpression>\n\t\t\t\t\t</dataset>\n\t\t\t\t\t<plot showVolume=\"true\" />\n\t\t\t\t</element>\n\t\t\t",
|
||||
"context": "Report 'CandlestickChartReport' chart",
|
||||
"metadata": {
|
||||
"chart_type": "candlestick",
|
||||
"dataset": {
|
||||
"kind": "highLow",
|
||||
"series": []
|
||||
},
|
||||
"plot": {
|
||||
"labelFormat": "",
|
||||
"legendLabelFormat": ""
|
||||
},
|
||||
"attributes": {
|
||||
"kind": "chart",
|
||||
"chartType": "candlestick",
|
||||
"uuid": "eca7eecd-b7f9-456f-af3c-3127700ef43a",
|
||||
"positionType": "Float",
|
||||
"x": "0",
|
||||
"y": "25",
|
||||
"width": "270",
|
||||
"height": "175",
|
||||
"evaluationTime": "Group",
|
||||
"evaluationGroup": "CountryGroup"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user