mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
examples empty in categorize (#1422)
### What problem does this PR solve? Examples empty in categorize ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -107,7 +107,7 @@ class Dealer:
|
||||
if re.match(p, t):
|
||||
tk = "#"
|
||||
break
|
||||
tk = re.sub(r"([\+\\-])", r"\\\1", tk)
|
||||
#tk = re.sub(r"([\+\\-])", r"\\\1", tk)
|
||||
if tk != "#" and tk:
|
||||
res.append(tk)
|
||||
return res
|
||||
|
||||
Reference in New Issue
Block a user