Aaron Chen

Results 24 comments of Aaron Chen

@ChangeSuger 是不知道为毛不出现那个拖动时动态大小的“虚框”

@dosu you said "add it to the Operator enum, componentMenuList, and FormConfigMap in the frontend source files, and map it to a form component for UI representation. ", which files...

@dosu thank you! I create an agent flow node called ReferenceExtractor with no parameters, how can I get the chunks from previous node, like {HierarchicalMerger:KindSwansFall@chunks} in 用户提示词 does?

@dosu Got a error "Extra inputs are not permitted [type=extra_forbidden, input_value=" when I use self.set_output("section_num_to_content_map", section_num_to_content_map) in a pipeline node, how can I pass variables between each Ingestion Pipeline flow...

@dosu I add an node called ReferenceExtractor In Ingestion Pipeline flow. After run this flow, in dataflow-result page, can not show any data in this new ReferenceExtractor node, why?

@dosu In web/src/pages/dataflow-result/components/parse-editer, I use below code to print content.params.field_name ` const parserKey = useMemo(() => { console.log('------', content.params.field_name)` Where can I set "content.params.field_name" value of Ingestion Pipeline flow custom...

@dosu I set the value of field_name to "text" as below, ` class ReferenceExtractorParam(ProcessParamBase, LLMParam): def __init__(self): super().__init__() self.field_name = "text" def check(self): super().check() self.check_empty(self.field_name, "Result Destination")` But in front...

@dosu how ragflow v0.22 use chunk' questions metadata when do retrieval?

@dosu For ragflow opensource version 0.22, I can see the new team that joined, where can I switch to the new team in web page?