2025-10-14 21:29:42 +08:00
{
"id" : 25 ,
"title" : {
"en" : "Title Chunker" ,
2025-10-30 03:56:28 +01:00
"de" : "Titel basierte Segmentierung" ,
2025-10-14 21:29:42 +08:00
"zh" : "标题切片"
} ,
"description" : {
"en" : "This template slices the parsed file based on its title structure. It is ideal for documents with well-defined headings, such as product manuals, legal contracts, research reports, and academic papers." ,
2025-10-30 03:56:28 +01:00
"de" : "Diese Vorlage segmentiert die geparste Datei basierend auf ihrer Titelstruktur. Sie eignet sich ideal für Dokumente mit klar definierten Überschriften, wie Produkthandbücher, Verträge, Forschungsberichte und wissenschaftliche Arbeiten." ,
2025-10-14 21:29:42 +08:00
"zh" : "此模板将解析后的文件按标题结构进行切片,适用于具有清晰标题层级的文档类型,如产品手册、合同法规、研究报告和学术论文等。"
} ,
"canvas_type" : "Ingestion Pipeline" ,
"canvas_category" : "dataflow_canvas" ,
2026-04-10 19:04:52 +08:00
"dsl" : {
"components" : {
2026-04-15 18:42:29 +08:00
"Extractor:DryRatsGive" : {
2026-04-10 19:04:52 +08:00
"downstream" : [
2026-04-15 18:42:29 +08:00
"Tokenizer:WackyOnionsFly"
2026-04-10 19:04:52 +08:00
] ,
"obj" : {
"component_name" : "Extractor" ,
"params" : {
"field_name" : "summary" ,
"frequencyPenaltyEnabled" : true ,
"frequency_penalty" : 0.7 ,
2026-04-15 18:42:29 +08:00
"llm_id" : "THUDM/GLM-4.1V-9B-Thinking@SILICONFLOW" ,
2026-04-10 19:04:52 +08:00
"maxTokensEnabled" : false ,
"max_tokens" : 256 ,
"outputs" : {
"chunks" : {
"type" : "Array<Object>" ,
"value" : [ ]
}
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
"presencePenaltyEnabled" : true ,
"presence_penalty" : 0.4 ,
"prompts" : [
{
2026-04-15 18:42:29 +08:00
"content" : "Text to Summarize:\n{TitleChunker:WideResultsTeach@chunks}" ,
2026-04-10 19:04:52 +08:00
"role" : "user"
}
2025-10-14 21:29:42 +08:00
] ,
2026-04-10 19:04:52 +08:00
"sys_prompt" : "Act as a precise summarizer. Your task is to create a summary of the provided content that is both concise and faithful to the original.\n\nKey Instructions:\n1. Accuracy: Strictly base the summary on the information given. Do not introduce any new facts, conclusions, or interpretations that are not explicitly stated.\n2. Language: Write the summary in the same language as the source text.\n3. Objectivity: Present the key points without bias, preserving the original intent and tone of the content. Do not editorialize.\n4. Conciseness: Focus on the most important ideas, omitting minor details and fluff." ,
"temperature" : 0.1 ,
"temperatureEnabled" : true ,
2026-04-15 18:42:29 +08:00
"tenant_llm_id" : 63 ,
2026-04-10 19:04:52 +08:00
"topPEnabled" : true ,
"top_p" : 0.3
2025-10-14 21:29:42 +08:00
}
} ,
2026-04-10 19:04:52 +08:00
"upstream" : [
2026-04-15 18:42:29 +08:00
"TitleChunker:WideResultsTeach"
2026-04-10 19:04:52 +08:00
]
} ,
"File" : {
"downstream" : [
"Parser:HipSignsRhyme"
] ,
"obj" : {
"component_name" : "File" ,
"params" : { }
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
"upstream" : [ ]
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
"Parser:HipSignsRhyme" : {
"downstream" : [
2026-04-15 18:42:29 +08:00
"TitleChunker:WideResultsTeach"
2026-04-10 19:04:52 +08:00
] ,
"obj" : {
"component_name" : "Parser" ,
"params" : {
2025-10-14 21:29:42 +08:00
"outputs" : {
"html" : {
"type" : "string" ,
"value" : ""
} ,
"json" : {
"type" : "Array<object>" ,
"value" : [ ]
} ,
"markdown" : {
"type" : "string" ,
"value" : ""
} ,
"text" : {
"type" : "string" ,
"value" : ""
}
} ,
2026-04-10 19:04:52 +08:00
"setups" : {
"doc" : {
2025-10-14 21:29:42 +08:00
"output_format" : "json" ,
2026-04-10 19:04:52 +08:00
"preprocess" : "main_content" ,
"suffix" : [
"doc"
]
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
"docx" : {
2026-04-15 18:42:29 +08:00
"flatten_media_to_text" : false ,
2026-04-10 19:04:52 +08:00
"output_format" : "json" ,
"preprocess" : "main_content" ,
"suffix" : [
"docx"
] ,
"vlm" : { }
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
"email" : {
"fields" : [
"from" ,
"to" ,
"cc" ,
"bcc" ,
"date" ,
"subject" ,
"body" ,
"attachments"
] ,
"output_format" : "text" ,
"preprocess" : "main_content" ,
"suffix" : [
"eml" ,
"msg"
]
} ,
"html" : {
"output_format" : "json" ,
"preprocess" : "main_content" ,
"suffix" : [
"htm" ,
"html"
]
} ,
"image" : {
"output_format" : "text" ,
"parse_method" : "ocr" ,
"preprocess" : "main_content" ,
"suffix" : [
"jpg" ,
"jpeg" ,
"png" ,
"gif"
] ,
"system_prompt" : ""
} ,
"markdown" : {
2026-04-15 18:42:29 +08:00
"flatten_media_to_text" : false ,
2026-04-10 19:04:52 +08:00
"output_format" : "json" ,
"preprocess" : "main_content" ,
"suffix" : [
"md" ,
"markdown" ,
"mdx"
] ,
"vlm" : { }
} ,
"pdf" : {
2026-04-15 18:42:29 +08:00
"flatten_media_to_text" : false ,
2026-04-10 19:04:52 +08:00
"output_format" : "json" ,
"parse_method" : "DeepDOC" ,
"preprocess" : "main_content" ,
"suffix" : [
"pdf"
] ,
"vlm" : { }
} ,
"slides" : {
"output_format" : "json" ,
"parse_method" : "DeepDOC" ,
"preprocess" : "main_content" ,
"suffix" : [
"pptx" ,
"ppt"
]
} ,
"spreadsheet" : {
2026-04-15 18:42:29 +08:00
"flatten_media_to_text" : false ,
2026-04-10 19:04:52 +08:00
"output_format" : "html" ,
"parse_method" : "DeepDOC" ,
"preprocess" : "main_content" ,
"suffix" : [
"xls" ,
"xlsx" ,
"csv"
] ,
"vlm" : { }
} ,
"text&code" : {
"output_format" : "json" ,
"preprocess" : "main_content" ,
"suffix" : [
"txt" ,
"py" ,
"js" ,
"java" ,
"c" ,
"cpp" ,
"h" ,
"php" ,
"go" ,
"ts" ,
"sh" ,
"cs" ,
"kt" ,
"sql"
]
2025-10-14 21:29:42 +08:00
}
2026-04-10 19:04:52 +08:00
}
}
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
"upstream" : [
"File"
]
} ,
2026-04-15 18:42:29 +08:00
"TitleChunker:WideResultsTeach" : {
2026-04-10 19:04:52 +08:00
"downstream" : [
2026-04-15 18:42:29 +08:00
"Extractor:DryRatsGive"
2026-04-10 19:04:52 +08:00
] ,
"obj" : {
2026-04-15 18:42:29 +08:00
"component_name" : "TitleChunker" ,
2026-04-10 19:04:52 +08:00
"params" : {
2026-04-15 18:42:29 +08:00
"hierarchy" : 3 ,
"include_heading_content" : false ,
"levels" : [
[
"^#[^#]" ,
"^##[^#]" ,
"^###[^#]" ,
"^####[^#]"
] ,
[
"\u7b2c[\u96f6\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d\u5341\u767e0-9]+(\u5206?\u7f16|\u90e8\u5206)" ,
"\u7b2c[\u96f6\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d\u5341\u767e0-9]+\u7ae0" ,
"\u7b2c[\u96f6\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d\u5341\u767e0-9]+\u8282" ,
"\u7b2c[\u96f6\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d\u5341\u767e0-9]+\u6761" ,
"[\\(\uff08][\u96f6\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d\u5341\u767e]+[\\)\uff09]"
] ,
[
"\u7b2c[0-9]+\u7ae0" ,
"\u7b2c[0-9]+\u8282" ,
"[0-9]{1,2}[\\. \u3001]" ,
"[0-9]{1,2}\\.[0-9]{1,2}($|[^a-zA-Z/%~.-])" ,
"[0-9]{1,2}\\.[0-9]{1,2}\\.[0-9]{1,2}"
] ,
[
"\u7b2c[\u96f6\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d\u5341\u767e0-9]+\u7ae0" ,
"\u7b2c[\u96f6\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d\u5341\u767e0-9]+\u8282" ,
"[\u96f6\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d\u5341\u767e]+[ \u3001]" ,
"[\\(\uff08][\u96f6\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d\u5341\u767e]+[\\)\uff09]" ,
"[\\(\uff08][0-9]{,2}[\\)\uff09]"
] ,
[
"PART (ONE|TWO|THREE|FOUR|FIVE|SIX|SEVEN|EIGHT|NINE|TEN)" ,
"Chapter (I+V?|VI*|XI|IX|X)" ,
"Section [0-9]+" ,
"Article [0-9]+"
]
] ,
"method" : "hierarchy"
2026-04-10 19:04:52 +08:00
}
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
"upstream" : [
"Parser:HipSignsRhyme"
]
2025-10-14 21:29:42 +08:00
} ,
2026-04-15 18:42:29 +08:00
"Tokenizer:WackyOnionsFly" : {
2026-04-10 19:04:52 +08:00
"downstream" : [ ] ,
"obj" : {
"component_name" : "Tokenizer" ,
"params" : {
2025-10-14 21:29:42 +08:00
"fields" : "text" ,
"filename_embd_weight" : 0.1 ,
"outputs" : { } ,
"search_method" : [
"embedding" ,
"full_text"
]
2026-04-10 19:04:52 +08:00
}
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
"upstream" : [
2026-04-15 18:42:29 +08:00
"Extractor:DryRatsGive"
2026-04-10 19:04:52 +08:00
]
}
} ,
"globals" : {
2026-04-15 18:42:29 +08:00
"sys.history" : [ ]
2026-04-10 19:04:52 +08:00
} ,
"graph" : {
"edges" : [
{
"id" : "xy-edge__Filestart-Parser:HipSignsRhymeend" ,
"source" : "File" ,
"sourceHandle" : "start" ,
"target" : "Parser:HipSignsRhyme" ,
"targetHandle" : "end"
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
{
2026-04-15 18:42:29 +08:00
"id" : "xy-edge__Parser:HipSignsRhymestart-TitleChunker:WideResultsTeachend" ,
2026-04-10 19:04:52 +08:00
"source" : "Parser:HipSignsRhyme" ,
"sourceHandle" : "start" ,
2026-04-15 18:42:29 +08:00
"target" : "TitleChunker:WideResultsTeach" ,
2026-04-10 19:04:52 +08:00
"targetHandle" : "end"
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
{
2026-04-15 18:42:29 +08:00
"id" : "xy-edge__TitleChunker:WideResultsTeachstart-Extractor:DryRatsGiveend" ,
"source" : "TitleChunker:WideResultsTeach" ,
2026-04-10 19:04:52 +08:00
"sourceHandle" : "start" ,
2026-04-15 18:42:29 +08:00
"target" : "Extractor:DryRatsGive" ,
2026-04-10 19:04:52 +08:00
"targetHandle" : "end"
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
{
2026-04-15 18:42:29 +08:00
"id" : "xy-edge__Extractor:DryRatsGivestart-Tokenizer:WackyOnionsFlyend" ,
"source" : "Extractor:DryRatsGive" ,
2026-04-10 19:04:52 +08:00
"sourceHandle" : "start" ,
2026-04-15 18:42:29 +08:00
"target" : "Tokenizer:WackyOnionsFly" ,
2026-04-10 19:04:52 +08:00
"targetHandle" : "end"
}
] ,
"nodes" : [
{
"data" : {
"label" : "File" ,
"name" : "File"
} ,
"id" : "File" ,
"measured" : {
2026-04-15 18:42:29 +08:00
"height" : 50 ,
2026-04-10 19:04:52 +08:00
"width" : 200
} ,
"position" : {
"x" : 50 ,
"y" : 200
} ,
"sourcePosition" : "left" ,
"targetPosition" : "right" ,
"type" : "beginNode"
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
{
"data" : {
"form" : {
"outputs" : {
"html" : {
"type" : "string" ,
"value" : ""
} ,
"json" : {
"type" : "Array<object>" ,
"value" : [ ]
} ,
"markdown" : {
"type" : "string" ,
"value" : ""
} ,
"text" : {
"type" : "string" ,
"value" : ""
}
} ,
"setups" : [
{
"fileFormat" : "pdf" ,
2026-04-15 18:42:29 +08:00
"flatten_media_to_text" : false ,
2026-04-10 19:04:52 +08:00
"output_format" : "json" ,
"parse_method" : "DeepDOC" ,
"preprocess" : "main_content"
} ,
{
"fileFormat" : "spreadsheet" ,
2026-04-15 18:42:29 +08:00
"flatten_media_to_text" : false ,
2026-04-10 19:04:52 +08:00
"output_format" : "html" ,
"parse_method" : "DeepDOC" ,
"preprocess" : "main_content"
} ,
{
"fileFormat" : "image" ,
"output_format" : "text" ,
"parse_method" : "ocr" ,
"preprocess" : "main_content" ,
"system_prompt" : ""
} ,
{
"fields" : [
"from" ,
"to" ,
"cc" ,
"bcc" ,
"date" ,
"subject" ,
"body" ,
"attachments"
] ,
"fileFormat" : "email" ,
"output_format" : "text" ,
"preprocess" : "main_content"
} ,
{
"fileFormat" : "markdown" ,
2026-04-15 18:42:29 +08:00
"flatten_media_to_text" : false ,
2026-04-10 19:04:52 +08:00
"output_format" : "json" ,
"preprocess" : "main_content"
} ,
{
"fileFormat" : "text&code" ,
"output_format" : "json" ,
"preprocess" : "main_content"
} ,
{
"fileFormat" : "html" ,
"output_format" : "json" ,
"preprocess" : "main_content"
} ,
{
"fileFormat" : "doc" ,
"output_format" : "json" ,
"preprocess" : "main_content"
} ,
{
"fileFormat" : "docx" ,
2026-04-15 18:42:29 +08:00
"flatten_media_to_text" : false ,
2026-04-10 19:04:52 +08:00
"output_format" : "json" ,
"preprocess" : "main_content"
} ,
{
"fileFormat" : "slides" ,
"output_format" : "json" ,
"parse_method" : "DeepDOC" ,
"preprocess" : "main_content"
}
]
} ,
"label" : "Parser" ,
"name" : "Parser_0"
} ,
"dragging" : false ,
"id" : "Parser:HipSignsRhyme" ,
"measured" : {
"height" : 57 ,
"width" : 200
} ,
"position" : {
"x" : 316.99524094206413 ,
"y" : 195.39629819663406
} ,
"selected" : false ,
"sourcePosition" : "right" ,
"targetPosition" : "left" ,
"type" : "parserNode"
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
{
"data" : {
"form" : {
2026-04-15 18:42:29 +08:00
"hierarchy" : "3" ,
"include_heading_content" : false ,
"method" : "hierarchy" ,
2026-04-10 19:04:52 +08:00
"outputs" : {
"chunks" : {
"type" : "Array<Object>" ,
"value" : [ ]
}
} ,
2026-04-15 18:42:29 +08:00
"rules" : [
{
"levels" : [
{
"expression" : "^#[^#]"
} ,
{
"expression" : "^##[^#]"
} ,
{
"expression" : "^###[^#]"
} ,
{
"expression" : "^####[^#]"
}
]
} ,
{
"levels" : [
{
"expression" : "\u7b2c[\u96f6\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d\u5341\u767e0-9]+(\u5206?\u7f16|\u90e8\u5206)"
} ,
{
"expression" : "\u7b2c[\u96f6\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d\u5341\u767e0-9]+\u7ae0"
} ,
{
"expression" : "\u7b2c[\u96f6\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d\u5341\u767e0-9]+\u8282"
} ,
{
"expression" : "\u7b2c[\u96f6\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d\u5341\u767e0-9]+\u6761"
} ,
{
"expression" : "[\\(\uff08][\u96f6\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d\u5341\u767e]+[\\)\uff09]"
}
]
} ,
{
"levels" : [
{
"expression" : "\u7b2c[0-9]+\u7ae0"
} ,
{
"expression" : "\u7b2c[0-9]+\u8282"
} ,
{
"expression" : "[0-9]{1,2}[\\. \u3001]"
} ,
{
"expression" : "[0-9]{1,2}\\.[0-9]{1,2}($|[^a-zA-Z/%~.-])"
} ,
{
"expression" : "[0-9]{1,2}\\.[0-9]{1,2}\\.[0-9]{1,2}"
}
]
} ,
{
"levels" : [
{
"expression" : "\u7b2c[\u96f6\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d\u5341\u767e0-9]+\u7ae0"
} ,
{
"expression" : "\u7b2c[\u96f6\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d\u5341\u767e0-9]+\u8282"
} ,
{
"expression" : "[\u96f6\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d\u5341\u767e]+[ \u3001]"
} ,
{
"expression" : "[\\(\uff08][\u96f6\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d\u5341\u767e]+[\\)\uff09]"
} ,
{
"expression" : "[\\(\uff08][0-9]{,2}[\\)\uff09]"
}
]
} ,
{
"levels" : [
{
"expression" : "PART (ONE|TWO|THREE|FOUR|FIVE|SIX|SEVEN|EIGHT|NINE|TEN)"
} ,
{
"expression" : "Chapter (I+V?|VI*|XI|IX|X)"
} ,
{
"expression" : "Section [0-9]+"
} ,
{
"expression" : "Article [0-9]+"
}
]
}
]
2026-04-10 19:04:52 +08:00
} ,
2026-04-15 18:42:29 +08:00
"label" : "TitleChunker" ,
"name" : "Title Chunker_0"
2026-04-10 19:04:52 +08:00
} ,
2026-04-15 18:42:29 +08:00
"id" : "TitleChunker:WideResultsTeach" ,
2026-04-10 19:04:52 +08:00
"measured" : {
2026-04-15 18:42:29 +08:00
"height" : 74 ,
2026-04-10 19:04:52 +08:00
"width" : 200
} ,
"position" : {
"x" : 616.9952409420641 ,
"y" : 195.39629819663406
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
"sourcePosition" : "right" ,
"targetPosition" : "left" ,
"type" : "chunkerNode"
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
{
"data" : {
"form" : {
"field_name" : "summary" ,
"frequencyPenaltyEnabled" : true ,
"frequency_penalty" : 0.7 ,
2026-04-15 18:42:29 +08:00
"llm_id" : "THUDM/GLM-4.1V-9B-Thinking@SILICONFLOW" ,
2026-04-10 19:04:52 +08:00
"maxTokensEnabled" : false ,
"max_tokens" : 256 ,
"outputs" : {
"chunks" : {
"type" : "Array<Object>" ,
"value" : [ ]
}
} ,
"presencePenaltyEnabled" : true ,
"presence_penalty" : 0.4 ,
2026-04-15 18:42:29 +08:00
"prompts" : "Text to Summarize:\n{TitleChunker:WideResultsTeach@chunks}" ,
2026-04-10 19:04:52 +08:00
"sys_prompt" : "Act as a precise summarizer. Your task is to create a summary of the provided content that is both concise and faithful to the original.\n\nKey Instructions:\n1. Accuracy: Strictly base the summary on the information given. Do not introduce any new facts, conclusions, or interpretations that are not explicitly stated.\n2. Language: Write the summary in the same language as the source text.\n3. Objectivity: Present the key points without bias, preserving the original intent and tone of the content. Do not editorialize.\n4. Conciseness: Focus on the most important ideas, omitting minor details and fluff." ,
"temperature" : 0.1 ,
"temperatureEnabled" : true ,
2026-04-15 18:42:29 +08:00
"tenant_llm_id" : 63 ,
2026-04-10 19:04:52 +08:00
"topPEnabled" : true ,
"top_p" : 0.3
} ,
"label" : "Extractor" ,
2026-04-15 18:42:29 +08:00
"name" : "Transformer_0"
2026-04-10 19:04:52 +08:00
} ,
2026-04-15 18:42:29 +08:00
"id" : "Extractor:DryRatsGive" ,
2026-04-10 19:04:52 +08:00
"measured" : {
2026-04-15 18:42:29 +08:00
"height" : 90 ,
2026-04-10 19:04:52 +08:00
"width" : 200
} ,
"position" : {
"x" : 916.9952409420641 ,
"y" : 195.39629819663406
} ,
2026-04-15 18:42:29 +08:00
"selected" : true ,
2026-04-10 19:04:52 +08:00
"sourcePosition" : "right" ,
"targetPosition" : "left" ,
"type" : "contextNode"
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
{
"data" : {
"form" : {
"fields" : "text" ,
"filename_embd_weight" : 0.1 ,
"outputs" : { } ,
"search_method" : [
"embedding" ,
"full_text"
]
} ,
"label" : "Tokenizer" ,
"name" : "Indexer_0"
} ,
2026-04-15 18:42:29 +08:00
"id" : "Tokenizer:WackyOnionsFly" ,
2026-04-10 19:04:52 +08:00
"measured" : {
2026-04-15 18:42:29 +08:00
"height" : 114 ,
2026-04-10 19:04:52 +08:00
"width" : 200
} ,
"position" : {
"x" : 1216.9952409420641 ,
"y" : 195.39629819663406
} ,
"sourcePosition" : "right" ,
"targetPosition" : "left" ,
"type" : "tokenizerNode"
2025-10-14 21:29:42 +08:00
}
2026-04-10 19:04:52 +08:00
]
} ,
"history" : [ ] ,
2026-04-15 18:42:29 +08:00
"messages" : [ ] ,
2026-04-10 19:04:52 +08:00
"path" : [ ] ,
"retrieval" : [ ] ,
"variables" : [ ]
2025-10-14 21:29:42 +08:00
} ,
"avatar" : " d a t a : i m a g e / p n g ; b a s e 64 , i V B O R w 0 K G g o A A A A N S U h E U g A A A D A A A A A w C A Y A A A B X A v m H A A A A C X B I W X M A A B Y l A A A W J Q F J U i T w A A A A A X N S R 0 I A r s 4 c 6 Q A A A A R n Q U 1 B A A C x j w v 8 Y Q U A A B M a S U R B V H g B b V p r j F 3 V d f 72 P u c + 5 s 7 L n h m / x / Z g C H W A F L d V K E q o g J Y 2 i k I J E U S B h i Z F I a V R K Z j + K F H a 1 G 7 a p B S 1 K l G p k h 99 E E U g y k M i K l F p F C U I y S 1 p S T F C Q L A D H m N j j z 3 j e c 99 n X P 27 r f W 3 u f O t Z O x r u / c c 8 / Z e z 2 + 9 a 3 H H o M L f v 7 s k j u u y / L i 4 w b m Z n 6 c 8 t 7 r d W M M n H O w 1 k K u y W f 56 f 9 d f u S e 8 r O 8 y / f y j F y X n / 7 f y + / l l S R J e N b y W W 5 p Z Q 2 + j O z v c b i W 1 A 67 w v 3 F w e l H p / v l 7e18 c O r 3 N r T Q O c C b 9 / c L V Q p c b l I U x f r D Z l 0 B 2 U f f R S l V Q p 5 z 5 y l X G q E n b F S g / 935 g s I n 4 b m o P C 8 i 4 T + q w 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
2026-04-03 19:26:45 +08:00
}