mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-05 07:10:29 +08:00
Fix: The compiler operator icon is not displaying on the pipeline log page. (#17545)
This commit is contained in:
@@ -114,7 +114,7 @@ export enum Operator {
|
||||
TokenChunker = 'TokenChunker',
|
||||
TitleChunker = 'TitleChunker',
|
||||
Extractor = 'Extractor',
|
||||
Compilation = 'Compiler',
|
||||
Compiler = 'Compiler',
|
||||
Loop = 'Loop',
|
||||
LoopStart = 'LoopItem',
|
||||
ExitLoop = 'ExitLoop',
|
||||
|
||||
Reference in New Issue
Block a user