feat: 添加Qwen3嵌入模型及JRXML报告相关文件
添加Qwen3-4B嵌入模型配置文件及权重文件 添加多个JRXML报告的数据查询和字段定义文件 添加PdfEncryptReport.jrxml示例报告文件
This commit is contained in:
@@ -0,0 +1,94 @@
|
||||
[
|
||||
{
|
||||
"chunk_id": 0,
|
||||
"chunk_type": "report_overview",
|
||||
"human_description": "This is a JasperReports template overview for report 'CsvQueryExecuterReport'. Page size: 595 x 842 portrait. Contains 5 standard bands with content: title, pageHeader, detail, pageFooter, lastPageFooter. Defines 5 fields: id, name, address, city, state. Defines 4 parameters: ReportTitle, DataFile, IncludedStates, net.sf.jasperreports.csv.record.delimiter. Defines 1 variables: CityNumber. Defines 1 groups: CityGroup. Data source type: CSV. Source: CsvDataSource.txt. Query language: csv.",
|
||||
"raw_xml": "<jasperReport name=\"CsvQueryExecuterReport\" language=\"java\" pageWidth=\"595\" pageHeight=\"842\" columnWidth=\"515\" leftMargin=\"40\" rightMargin=\"40\" topMargin=\"50\" bottomMargin=\"50\" uuid=\"0ea54dcd-0e74-4b7d-8095-b72206b9a813\" />",
|
||||
"context": "Report 'CsvQueryExecuterReport' overall structure overview",
|
||||
"metadata": {
|
||||
"report_name": "CsvQueryExecuterReport",
|
||||
"bands": [
|
||||
"title",
|
||||
"pageHeader",
|
||||
"detail",
|
||||
"pageFooter",
|
||||
"lastPageFooter"
|
||||
],
|
||||
"field_count": 5,
|
||||
"parameter_count": 4,
|
||||
"variable_count": 1,
|
||||
"group_count": 1,
|
||||
"chart_count": 0,
|
||||
"crosstab_count": 0,
|
||||
"subreport_count": 0,
|
||||
"datasource": {
|
||||
"type": "CSV",
|
||||
"source": "CsvDataSource.txt",
|
||||
"query_language": "csv",
|
||||
"properties": {
|
||||
"net.sf.jasperreports.csv.column.names": "city, id, name, address, state",
|
||||
"net.sf.jasperreports.csv.source": "CsvDataSource.txt",
|
||||
"com.jaspersoft.studio.data.defaultdataadapter": "NO_DATA_ADAPTER"
|
||||
}
|
||||
},
|
||||
"attributes": {
|
||||
"name": "CsvQueryExecuterReport",
|
||||
"language": "java",
|
||||
"pageWidth": "595",
|
||||
"pageHeight": "842",
|
||||
"columnWidth": "515",
|
||||
"leftMargin": "40",
|
||||
"rightMargin": "40",
|
||||
"topMargin": "50",
|
||||
"bottomMargin": "50",
|
||||
"uuid": "0ea54dcd-0e74-4b7d-8095-b72206b9a813"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"chunk_id": 0,
|
||||
"chunk_type": "report_overview",
|
||||
"human_description": "This is a JasperReports template overview for report 'CsvQueryExecuterReport'. Page size: 595 x 842 portrait. Contains 5 standard bands with content: title, pageHeader, detail, pageFooter, lastPageFooter. Defines 5 fields: id, name, address, city, state. Defines 4 parameters: ReportTitle, DataFile, IncludedStates, net.sf.jasperreports.csv.record.delimiter. Defines 1 variables: CityNumber. Defines 1 groups: CityGroup. Data source type: CSV. Source: CsvDataSource.txt. Query language: csv.",
|
||||
"raw_xml": "<jasperReport name=\"CsvQueryExecuterReport\" language=\"java\" pageWidth=\"595\" pageHeight=\"842\" columnWidth=\"515\" leftMargin=\"40\" rightMargin=\"40\" topMargin=\"50\" bottomMargin=\"50\" uuid=\"0ea54dcd-0e74-4b7d-8095-b72206b9a813\" />",
|
||||
"context": "Report 'CsvQueryExecuterReport' overall structure overview",
|
||||
"metadata": {
|
||||
"report_name": "CsvQueryExecuterReport",
|
||||
"bands": [
|
||||
"title",
|
||||
"pageHeader",
|
||||
"detail",
|
||||
"pageFooter",
|
||||
"lastPageFooter"
|
||||
],
|
||||
"field_count": 5,
|
||||
"parameter_count": 4,
|
||||
"variable_count": 1,
|
||||
"group_count": 1,
|
||||
"chart_count": 0,
|
||||
"crosstab_count": 0,
|
||||
"subreport_count": 0,
|
||||
"datasource": {
|
||||
"type": "CSV",
|
||||
"source": "CsvDataSource.txt",
|
||||
"query_language": "csv",
|
||||
"properties": {
|
||||
"net.sf.jasperreports.csv.column.names": "city, id, name, address, state",
|
||||
"net.sf.jasperreports.csv.source": "CsvDataSource.txt",
|
||||
"com.jaspersoft.studio.data.defaultdataadapter": "NO_DATA_ADAPTER"
|
||||
}
|
||||
},
|
||||
"attributes": {
|
||||
"name": "CsvQueryExecuterReport",
|
||||
"language": "java",
|
||||
"pageWidth": "595",
|
||||
"pageHeight": "842",
|
||||
"columnWidth": "515",
|
||||
"leftMargin": "40",
|
||||
"rightMargin": "40",
|
||||
"topMargin": "50",
|
||||
"bottomMargin": "50",
|
||||
"uuid": "0ea54dcd-0e74-4b7d-8095-b72206b9a813"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user