2025-10-14 21:29:42 +08:00
{
"id" : 23 ,
"title" : {
"en" : "Advanced Ingestion Pipeline" ,
2025-10-30 03:56:28 +01:00
"de" : "Erweiterte Ingestion Pipeline" ,
2025-10-14 21:29:42 +08:00
"zh" : "编排复杂的 Ingestion Pipeline"
} ,
"description" : {
"en" : "This template demonstrates how to use an LLM to generate summaries, keywords, Q&A, and metadata for each chunk to support diverse retrieval needs." ,
2025-10-30 03:56:28 +01:00
"de" : "Diese Vorlage demonstriert, wie ein LLM verwendet wird, um Zusammenfassungen, Schlüsselwörter, Fragen & Antworten und Metadaten für jedes Segment zu generieren, um vielfältige Abrufanforderungen zu unterstützen." ,
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:CurlyEmusJam" : {
2026-04-10 19:04:52 +08:00
"downstream" : [
2026-04-15 18:42:29 +08:00
"Tokenizer:WittySunsListen"
2026-04-10 19:04:52 +08:00
] ,
"obj" : {
"component_name" : "Extractor" ,
"params" : {
2026-04-15 18:42:29 +08:00
"field_name" : "metadata" ,
2026-04-10 19:04:52 +08:00
"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" : "Content:\n{Extractor:SmartWindowsHammer@chunks}" ,
2026-04-10 19:04:52 +08:00
"role" : "user"
}
] ,
2026-04-15 18:42:29 +08:00
"sys_prompt" : "Extract important structured information from the given content. Output ONLY a valid JSON string with no additional text. If no important structured information is found, output an empty JSON object: {}.\n\nImportant structured information may include: names, dates, locations, events, key facts, numerical data, or other extractable entities." ,
2026-04-10 19:04:52 +08:00
"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
"Extractor:SmartWindowsHammer"
2026-04-10 19:04:52 +08:00
]
} ,
2026-04-15 18:42:29 +08:00
"Extractor:LazyCarpetsKiss" : {
2026-04-10 19:04:52 +08:00
"downstream" : [
2026-04-15 18:42:29 +08:00
"Extractor:LovelyPearsRest"
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" : [ ]
}
} ,
"presencePenaltyEnabled" : true ,
"presence_penalty" : 0.4 ,
"prompts" : [
{
2026-04-15 18:42:29 +08:00
"content" : "Text to Summarize:\n{TokenChunker:BumpyStarsPress@chunks}" ,
2026-04-10 19:04:52 +08:00
"role" : "user"
}
] ,
"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
"TokenChunker:BumpyStarsPress"
2026-04-10 19:04:52 +08:00
]
} ,
2026-04-15 18:42:29 +08:00
"Extractor:LovelyPearsRest" : {
2026-04-10 19:04:52 +08:00
"downstream" : [
2026-04-15 18:42:29 +08:00
"Extractor:SmartWindowsHammer"
2026-04-10 19:04:52 +08:00
] ,
"obj" : {
"component_name" : "Extractor" ,
"params" : {
"field_name" : "keywords" ,
"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 ,
"prompts" : [
{
2026-04-15 18:42:29 +08:00
"content" : "Text Content\n{Extractor:LazyCarpetsKiss@chunks}" ,
2026-04-10 19:04:52 +08:00
"role" : "user"
}
] ,
"sys_prompt" : "Role\nYou are a text analyzer.\n\nTask\nExtract the most important keywords/phrases of a given piece of text content.\n\nRequirements\n- Summarize the text content, and give the top 5 important keywords/phrases.\n- The keywords MUST be in the same language as the given piece of text content.\n- The keywords are delimited by ENGLISH COMMA.\n- Output keywords ONLY." ,
"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
"Extractor:LazyCarpetsKiss"
]
} ,
"Extractor:SmartWindowsHammer" : {
"downstream" : [
"Extractor:CurlyEmusJam"
] ,
"obj" : {
"component_name" : "Extractor" ,
"params" : {
"field_name" : "questions" ,
"frequencyPenaltyEnabled" : true ,
"frequency_penalty" : 0.7 ,
"llm_id" : "THUDM/GLM-4.1V-9B-Thinking@SILICONFLOW" ,
"maxTokensEnabled" : false ,
"max_tokens" : 256 ,
"outputs" : {
"chunks" : {
"type" : "Array<Object>" ,
"value" : [ ]
}
} ,
"presencePenaltyEnabled" : true ,
"presence_penalty" : 0.4 ,
"prompts" : [
{
"content" : "Text Content\n{Extractor:LovelyPearsRest@chunks}" ,
"role" : "user"
}
] ,
"sys_prompt" : "Role\nYou are a text analyzer.\n\nTask\nPropose 3 questions about a given piece of text content.\n\nRequirements\n- Understand and summarize the text content, and propose the top 3 important questions.\n- The questions SHOULD NOT have overlapping meanings.\n- The questions SHOULD cover the main content of the text as much as possible.\n- The questions MUST be in the same language as the given piece of text content.\n- One question per line.\n- Output questions ONLY." ,
"temperature" : 0.1 ,
"temperatureEnabled" : true ,
"tenant_llm_id" : 63 ,
"topPEnabled" : true ,
"top_p" : 0.3
}
} ,
"upstream" : [
"Extractor:LovelyPearsRest"
2026-04-10 19:04:52 +08:00
]
} ,
"File" : {
"downstream" : [
"Parser:HipSignsRhyme"
] ,
"obj" : {
"component_name" : "File" ,
"params" : { }
} ,
"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
"TokenChunker:BumpyStarsPress"
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" : {
"output_format" : "json" ,
"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" : {
2025-10-14 21:29:42 +08:00
"fields" : [
"from" ,
"to" ,
"cc" ,
"bcc" ,
"date" ,
"subject" ,
"body" ,
"attachments"
] ,
2026-04-10 19:04:52 +08:00
"output_format" : "text" ,
"preprocess" : "main_content" ,
"suffix" : [
"eml" ,
"msg"
]
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
"html" : {
"output_format" : "json" ,
"preprocess" : "main_content" ,
"suffix" : [
"htm" ,
"html"
]
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
"image" : {
"output_format" : "text" ,
"parse_method" : "ocr" ,
"preprocess" : "main_content" ,
"suffix" : [
"jpg" ,
"jpeg" ,
"png" ,
"gif"
] ,
"system_prompt" : ""
2025-10-14 21:29:42 +08:00
} ,
2026-04-10 19:04:52 +08:00
"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"
]
2025-10-14 21:29:42 +08:00
} ,
2026-04-15 18:42:29 +08:00
"TokenChunker:BumpyStarsPress" : {
2026-04-10 19:04:52 +08:00
"downstream" : [
2026-04-15 18:42:29 +08:00
"Extractor:LazyCarpetsKiss"
2026-04-10 19:04:52 +08:00
] ,
"obj" : {
"component_name" : "TokenChunker" ,
"params" : {
"children_delimiters" : [ ] ,
2025-10-14 21:29:42 +08:00
"chunk_token_size" : 512 ,
2026-04-10 19:04:52 +08:00
"delimiter_mode" : "token_size" ,
"delimiters" : [ ] ,
"image_context_size" : 0 ,
2025-10-14 21:29:42 +08:00
"outputs" : {
"chunks" : {
"type" : "Array<Object>" ,
"value" : [ ]
}
} ,
2026-04-10 19:04:52 +08:00
"overlapped_percent" : 0 ,
"table_context_size" : 0
}
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:WittySunsListen" : {
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
"upstream" : [
2026-04-15 18:42:29 +08:00
"Extractor:CurlyEmusJam"
2026-04-10 19:04:52 +08:00
]
2025-10-14 21:29:42 +08:00
}
2026-04-10 19:04:52 +08:00
} ,
"globals" : {
"sys.history" : [ ]
} ,
"graph" : {
"edges" : [
{
"id" : "xy-edge__Filestart-Parser:HipSignsRhymeend" ,
"source" : "File" ,
"sourceHandle" : "start" ,
"target" : "Parser:HipSignsRhyme" ,
"targetHandle" : "end"
} ,
{
2026-04-15 18:42:29 +08:00
"id" : "xy-edge__Parser:HipSignsRhymestart-TokenChunker:BumpyStarsPressend" ,
2026-04-10 19:04:52 +08:00
"source" : "Parser:HipSignsRhyme" ,
"sourceHandle" : "start" ,
2026-04-15 18:42:29 +08:00
"target" : "TokenChunker:BumpyStarsPress" ,
"targetHandle" : "end"
} ,
{
"id" : "xy-edge__TokenChunker:BumpyStarsPressstart-Extractor:LazyCarpetsKissend" ,
"source" : "TokenChunker:BumpyStarsPress" ,
"sourceHandle" : "start" ,
"target" : "Extractor:LazyCarpetsKiss" ,
2026-04-10 19:04:52 +08:00
"targetHandle" : "end"
} ,
{
"data" : {
"isHovered" : false
} ,
2026-04-15 18:42:29 +08:00
"id" : "xy-edge__Extractor:LazyCarpetsKissstart-Extractor:LovelyPearsRestend" ,
"source" : "Extractor:LazyCarpetsKiss" ,
2026-04-10 19:04:52 +08:00
"sourceHandle" : "start" ,
2026-04-15 18:42:29 +08:00
"target" : "Extractor:LovelyPearsRest" ,
2026-04-10 19:04:52 +08:00
"targetHandle" : "end"
} ,
{
"data" : {
"isHovered" : false
} ,
2026-04-15 18:42:29 +08:00
"id" : "xy-edge__Extractor:LovelyPearsReststart-Extractor:SmartWindowsHammerend" ,
2026-04-10 19:04:52 +08:00
"selected" : false ,
2026-04-15 18:42:29 +08:00
"source" : "Extractor:LovelyPearsRest" ,
2026-04-10 19:04:52 +08:00
"sourceHandle" : "start" ,
2026-04-15 18:42:29 +08:00
"target" : "Extractor:SmartWindowsHammer" ,
2026-04-10 19:04:52 +08:00
"targetHandle" : "end"
} ,
{
"data" : {
"isHovered" : false
} ,
2026-04-15 18:42:29 +08:00
"id" : "xy-edge__Extractor:SmartWindowsHammerstart-Extractor:CurlyEmusJamend" ,
"selected" : false ,
"source" : "Extractor:SmartWindowsHammer" ,
2026-04-10 19:04:52 +08:00
"sourceHandle" : "start" ,
2026-04-15 18:42:29 +08:00
"target" : "Extractor:CurlyEmusJam" ,
2026-04-10 19:04:52 +08:00
"targetHandle" : "end"
} ,
{
"data" : {
"isHovered" : false
} ,
2026-04-15 18:42:29 +08:00
"id" : "xy-edge__Extractor:CurlyEmusJamstart-Tokenizer:WittySunsListenend" ,
"source" : "Extractor:CurlyEmusJam" ,
2026-04-10 19:04:52 +08:00
"sourceHandle" : "start" ,
2026-04-15 18:42:29 +08:00
"target" : "Tokenizer:WittySunsListen" ,
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"
} ,
{
"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"
} ,
{
"data" : {
"form" : {
"children_delimiters" : [ ] ,
"chunk_token_size" : 512 ,
"delimiter_mode" : "token_size" ,
"delimiters" : [
{
"value" : "\n"
}
] ,
"image_table_context_window" : 0 ,
"outputs" : {
"chunks" : {
"type" : "Array<Object>" ,
"value" : [ ]
}
} ,
"overlapped_percent" : 0
} ,
"label" : "TokenChunker" ,
"name" : "Token Chunker_0"
} ,
2026-04-15 18:42:29 +08:00
"id" : "TokenChunker:BumpyStarsPress" ,
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
} ,
"selected" : false ,
"sourcePosition" : "right" ,
"targetPosition" : "left" ,
"type" : "chunkerNode"
} ,
{
"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{TokenChunker:BumpyStarsPress@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" ,
"name" : "Summarization"
} ,
2026-04-15 18:42:29 +08:00
"id" : "Extractor:LazyCarpetsKiss" ,
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" : {
2026-04-15 18:42:29 +08:00
"x" : 916.9952409420641 ,
"y" : 195.39629819663406
2026-04-10 19:04:52 +08:00
} ,
"selected" : false ,
"sourcePosition" : "right" ,
"targetPosition" : "left" ,
"type" : "contextNode"
} ,
{
"data" : {
"form" : {
"field_name" : "keywords" ,
"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 Content\n{Extractor:LazyCarpetsKiss@chunks}" ,
2026-04-10 19:04:52 +08:00
"sys_prompt" : "Role\nYou are a text analyzer.\n\nTask\nExtract the most important keywords/phrases of a given piece of text content.\n\nRequirements\n- Summarize the text content, and give the top 5 important keywords/phrases.\n- The keywords MUST be in the same language as the given piece of text content.\n- The keywords are delimited by ENGLISH COMMA.\n- Output keywords ONLY." ,
"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" : "Auto Keyword"
2026-04-10 19:04:52 +08:00
} ,
"dragging" : false ,
2026-04-15 18:42:29 +08:00
"id" : "Extractor:LovelyPearsRest" ,
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" : {
2026-04-15 18:42:29 +08:00
"x" : 983.5410692821999 ,
"y" : 301.1557383781162
2026-04-10 19:04:52 +08:00
} ,
"selected" : false ,
"sourcePosition" : "right" ,
"targetPosition" : "left" ,
"type" : "contextNode"
} ,
{
"data" : {
"form" : {
2026-04-15 18:42:29 +08:00
"field_name" : "questions" ,
2026-04-10 19:04:52 +08:00
"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 Content\n{Extractor:LovelyPearsRest@chunks}" ,
"sys_prompt" : "Role\nYou are a text analyzer.\n\nTask\nPropose 3 questions about a given piece of text content.\n\nRequirements\n- Understand and summarize the text content, and propose the top 3 important questions.\n- The questions SHOULD NOT have overlapping meanings.\n- The questions SHOULD cover the main content of the text as much as possible.\n- The questions MUST be in the same language as the given piece of text content.\n- One question per line.\n- Output questions ONLY." ,
"temperature" : 0.1 ,
"temperatureEnabled" : true ,
"tenant_llm_id" : 63 ,
"topPEnabled" : true ,
"top_p" : 0.3
} ,
"label" : "Extractor" ,
"name" : "Auto Question"
} ,
"dragging" : false ,
"id" : "Extractor:SmartWindowsHammer" ,
"measured" : {
"height" : 90 ,
"width" : 200
} ,
"position" : {
"x" : 1021.1009769800036 ,
"y" : 421.67760363913044
} ,
"selected" : false ,
"sourcePosition" : "right" ,
"targetPosition" : "left" ,
"type" : "contextNode"
} ,
{
"data" : {
"form" : {
"field_name" : "metadata" ,
"frequencyPenaltyEnabled" : true ,
"frequency_penalty" : 0.7 ,
"llm_id" : "THUDM/GLM-4.1V-9B-Thinking@SILICONFLOW" ,
"maxTokensEnabled" : false ,
"max_tokens" : 256 ,
"outputs" : {
"chunks" : {
"type" : "Array<Object>" ,
"value" : [ ]
}
} ,
"presencePenaltyEnabled" : true ,
"presence_penalty" : 0.4 ,
"prompts" : "Content:\n{Extractor:SmartWindowsHammer@chunks}" ,
"sys_prompt" : "Extract important structured information from the given content. Output ONLY a valid JSON string with no additional text. If no important structured information is found, output an empty JSON object: {}.\n\nImportant structured information may include: names, dates, locations, events, key facts, numerical data, or other extractable entities." ,
2026-04-10 19:04:52 +08:00
"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" : "Auto Metadata"
2026-04-10 19:04:52 +08:00
} ,
"dragging" : false ,
2026-04-15 18:42:29 +08:00
"id" : "Extractor:CurlyEmusJam" ,
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" : {
2026-04-15 18:42:29 +08:00
"x" : 1065.7115140232393 ,
"y" : 527.4370438206126
2026-04-10 19:04:52 +08:00
} ,
"selected" : true ,
"sourcePosition" : "right" ,
"targetPosition" : "left" ,
"type" : "contextNode"
} ,
{
"data" : {
"form" : {
"fields" : "text" ,
"filename_embd_weight" : 0.1 ,
"outputs" : { } ,
"search_method" : [
"embedding" ,
"full_text"
]
} ,
"label" : "Tokenizer" ,
"name" : "Indexer_0"
} ,
"dragging" : false ,
2026-04-15 18:42:29 +08:00
"id" : "Tokenizer:WittySunsListen" ,
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" : {
2026-04-15 18:42:29 +08:00
"x" : 1327.3247542536642 ,
"y" : 164.72133416115918
2026-04-10 19:04:52 +08:00
} ,
"selected" : false ,
"sourcePosition" : "right" ,
"targetPosition" : "left" ,
"type" : "tokenizerNode"
}
]
} ,
"history" : [ ] ,
"messages" : [ ] ,
"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 p Q S U R B V H g B b X o J f F T l u f 5 z z p w 5 s y a Z Z L K R j Z C E B E I g L A F B L Y I W 0 a p s U n F p r U u 1 t 3 q 1 W q W l 2 N v i 36 X 6 v 7 a I q N V 760 W t t V o t F V B Z R O A i E o w I Y Q 1 b Q v Y 9 m c x k 9 j l z z n 2 + E 7 C x 7 e S X 32 x n e b 93 e d 7 n f b 6 R 8 A + P V W v f m 3 e k 4 e x i h 0 1 Z A k j F s i S h u 7 c f 40 u K c M 9 t y 5 D u S U E y q S M S 0 3 i 0 A Y f N C s O A + f o f H + L c e E J D X N N h t y l Q Z R m l b h 1 / 6 g H u r 3 M i 3 K g A H k C x A Z q b 1 / P z v Y X n i a s N 6 T C c w P I p f t z v T d a H N L n e Z Z E f n z 8 t v X n 0 P a S L L 9 a s / Z v n k 7 q D v 7 Z b 5 Y f S U l P M z w Z 8 f q S 4 n X j g r p s x c 1 o J u r q D p k H C V J t V M c + O x T U + S V B V C 3 R 9 Z B E S D R e L 1 H Q d i k W G h f / F q o a v Y j p u 2 Z u K z r M K U j O A 66 / f i + B g L j b v K Q d S d U g 0 X g r J 0 L m W m p I g X q w I I 0 W X Y b V z n W 4 r B j U L W g L S 82 F H 4 v G l 49 K H v l 7 A v C U P e e J W d X d 2 t n e q s C 4 c j W B 4 O I w 7 b r 4 B i x Z e y t c x R K J x G m T A S m N k e t I w / m 6 s e B 1 P J G F V a C y / i 3 K R 4 l k c N 0 b V E V c N 3 L L P i r 1 n H Y A z i T G 5 C n 660 M D j o W s w x T s e L e t f R D e N T 9 K a 7 J Q o X p g S w F y n g R 4 u 5 C / t K X i r 2 Y G O u A S F p 8 u 8 n m z I 9 W E d 83 G n N G Q u 4 O o H X l z r j v Q 95 E g O Y y i i Y / I l c 3 D / H U u 4 F h l D g T C N 12 i M B K f d + r W X v / m Q + D 3 M 45 L 0 u s O h I o X v c 91 J r G x Q 8 O I B J 6 Q g F 58 r I z + X 6 Z G W Q C E X M S / H j 81 b H D h y S o V a o O G X U / 24 J U 2 H a p W x / p Q d v z 3 k R t Z k A 3 f N i G K s R 0 e P y 4 F l v N F W 3 l E J R Z 5 / x O 18 W L J v 8 B V r c J 7 X A r x j M I i a T A 1 / + q 4 X h R j C S Z 8 E C z 2 s W k V 6 g L k s P C s x C n w / K g I a 0 0 X n A V b F A o X f l z o 0 v D k A P P h p K s L D M i R 6 z g h r c O Q r 8 D C v b T Q y 7 A d 6 j / K e K Q Z u q v b j i a I 4 O k M K i t N 1 f H t z O h o d F j y w P I 4 q S c N Z w 4 p I m h V 3 P P U 31 G y v g 89 h x 2 s b f o L T u Z 750 s y 1 H 21 w 2 K 13 L J x b D U 9 R J n Y 0 6 d i 0 X c F U F t V H y 8 M w k q w F h k + + m N s 0 V N N G v C Q 8 H 9 e S N J q v + V / m 1 H E i Y W D 5 p 3 a 0 9 t o g p z M H B h T c X J l A T Z 4 V H 7 b o 2 N X B n G a 6 J M I G q s e G 8 P K E E J S 4 b K b I V S V c w B / S 4 J s s 4 e n 5 U V g G k + g c 48 L l n x 7 H k t t / g 2 S / D 4 m q C T D O d S A l N I i z 9928 T s p o e + z w O E / h V C Y q d q Y v w 2 c + F 1 r t U T x 9 x I n O L T L + d m s Y c 3 M 1 t I e 4 C A l m w X I d C M X i J v A 4 b C q y r X x h 0 / H 9 Q y p 2 H H B A U n R Y 0 m T Y m W 4 n F v t Q V O B B P C m D d Y 6 T 24 G Z 53 X 8 f l Y f Z t P L p 8 M y 0 l 0 W X F 4 k Y e w r b r S W y X h k b g z p E Q N X 5 N g x + 81 d k O 97 B e H S P C A Q g T K z D I n a 0 2 b d W Q P + Z n l I 8 k 0 9 G 2 x C n 94 M b 9 d D O I Z e 9 P p U r C E C F N + r Y + k 7 T m x s V p D n N E y P J + h x U b A O V Y W X u V 7 m i u O 5 L u b 766 n Y s c e B B T U R T B m T g O Y z 8 N a 1 Y Y Q k G + I G C 5 u R D E Q N V C 4 E G s 61 I y v D i k 5 D Q V m O F V V Z E u 7 f y 6 j Z Z M y + V M M s J Y G I T c K v B 5 K Q H q b x H h c w F G T Y E l A W T I G c Y o d M o N B U e 7 H 8 Y f b 9 K L B 60 B r u Y 157 s C H 5 B o r p 1 c 6 E g s e c E a T 90 M A 9 G 5046 S e q 6 L w A k U b k + o Q U H V 9 G d W S / n 4 r / 3 J U C K T W J V f c C p 664 C Y 7 v P Q I X D Y i 9 k 2 Q N K Y i 2 E H y G g b a 6 Y W y 4 c R P 0 t x 5 D T m E G 8 j w K E q y t Y W b a y / t U p N 5 g 4 A Z Z x 511 b r z 4 Y 8 L q 1 A 5 I 6 Q 6 i n x 3 J u B V J x Y X g 6 v d o p w 0 J 2 K A 7 P L D s e d S 7 J k D D c h 1 p 0 J j K 3 d I J x N v n I Z L u Q r 7 L w L d s C W z 3 W v H O B y p + M y + B F K b P k E X H P H r 71 d 1 O M O W R y f C X V Q C d x M H F h J n I 8 b k 41 p i F n l W b M G N g E h 5 b v x q 3 P r w A 7 d 1 N a N r y E f K W X I n 0 78 x C I h B D P o v 6 V 1 / Z c c h t Q a J U w q G f J H D L 6 q + w 4 F i U K e p D j f s k O q M W d I f j C D p t 6 A 0 m 0 D 8 U h j y v E t q 0 c b A E V 1 y y J k 9 O Q 2 N v A D k J D 7 x y D i J t D e i e X Y 0 3 v H Z I B V Z U l m g 40 W R B 0 J f E H 70 q H n z b C R 8 R Q 0 4 H 0 h g J m 1 u G 0 y r B n 4 j j 0 21 l O H o g B 94 Z S V z P I i y a k 45 Z N 3 r Q u G 8 Q 3 Y e A a M U w 7 v x 4 P S w 9 c d G q k W F J 4 L 5 t L o R v l 7 B w c R c W b T 2 H b i L g 5 w T L N u U I 5 i Q T r D 8 N 5 U 8 t h 1 x T i t a 6 V o Q d D s T z v L C W 5 k D y f P R z w y k x H 7 u C S E t 1 w G F 3 Y O n 8 c t z 46 B w c e C W K T U U 2 f L l 2 L K Q Z d M j r O l a u O Y x X / r s K I d 1 G S A W s R C V n K p t f R E Z 4 i J 1 D M f B Q t Q / 3 Z y b R T I i M h q M o 92 Z D d z O N N D + a m w Y x F P e g c m w G A s G Y C b u T d 6 Z i W k M 3 r v t t J 7 b I m x H V h 6 H A h W t v m 457 s s K o 3 X Q K f d 1 D K C r 2 o u l 0 P / s M 6 Q u R M B q L Q r E f t 2 D l N V c y Z R J 4 / W g t B v Q Q D v 3 g H L b + t Q 7 l S i U q 20 q x 5 E Y D v 24 u h D b H g q 7 i b D z y 4 + N 4 / L 1 q 6 F 0 M O + F 0 g K h i G M T v m g B + V x R j s S p o V W 0 Y b O 6 B t 0 D F F 0 f P I c T W y a z G 9 o 1 v o L L I i y n //lOkZ6o4OSiZaPad33bjbcvrSEtmwIlUsO8jSb610e+AlcFqjBL9+D/gYFNk3QRZxIXeDEhF33/MsFmt8BY5cOpgHyZPz0Lw/xH/mefWpIsXiiLPUoopzho8Wz8BEx5owdiPP8CpFfPRevUUGGxYxUVhvFoVRB7RppmYnpvGhkXy9qvCKCY5PVjNJjkYjrHhGTh1thHDwTDSvUlseZpXrynHBl82ap5+DD6oGKFyIyRHMzTE+GxnylxT6kSsL8jGGMOgnkRVSQYOikabaVyxJnYuAa4BatgC92YZMWKeypgnmYsJXjZuWCDH+6H4y9BcxoLddwbNegqMRWPxuyl9eLKIeRogJ7JbUEyvOtIlHHghgjMth9HRH0ORJQvFC9jBeZPSwmx4Ur2oGJePk5t0dMlWHPBKyPnkA/rc8002yz9WGoo9Ko62RxCmA149+RBO1XVje/0QnIK5FmWlID/HiZtn1eDfLr8UA4NhhojECXb63ocgS4pNHg1oQkFtN8IZNvi5rJv+fwWOVvZjgqygWVNQUeBAVqqKYIT4HDfIThV4b2nHwgdd6Not6tUwO3g4rsPFBf7urtM49VYBblu3HfrsFMSduZDkf+ZZ4pMgOdbciR4U5KXiscV/Ri9Z8fRxbuTSFjl+mkStXcKZXV04Wd8Fm2I1Twyjj/4ooVfCXMZZpEte1LsPIYdN5Y3+H2BFiR1nhi1sSAoK2JSS7LqC6NlpeJzEbepPZfQ9uwgnD7ehYEM7GaRi8idFFD69/smeZuRW7EV1/A+oWDmMw2+tJHU+byLT6AedjPPDUaSRTlfl2ZGd60ax14bLJzOFWvyQU6fZ4Kl2oMfhR2NLDxuG/nUADTaLbFQjKg/DafSi64dzUbPTh0/PB9nQgLJcG/m+4EPfJHZiDpAJs98/SFq8qBoWLYS/7T0Kj0NBU6cPv9+wA6+fnI87Dl2OprW/QM0Xh1H5bgx733seDr0XVsZ99ELSGeW36zqwaEk5Vqd2476bxqHuBLODjECed1UZ8qalIPNKF/oOhtk55Qs1JJlRUNkXZuhX48Tcy2Fz5eLKQ61YXJMNN9v+cDhhelW+cLPRw06UYS/JzkRH5SmMzy9FiTsTqdIGwm8vfrBiATraEwgO6Ch44DtocJ3H8ne7seRXPtR+/CLOLfs2VKKDHf1cRwK8CSJkwm8f6IO1bheije147VSfuTApU3vEuNVyGU5UnUbfSTJA48LKJUHadLj1NhxfvBShe6/HXdftRt5VY7BgVRHSqgmLMdIT5rUwXFBsk3aPGi8FSw0Sfc4NdbPGKhFiQ/JHIugNMJWUkftk5jqw9nsH8Mn7TaiUil
2026-04-03 19:26:45 +08:00
}