mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Feat: support uploading in dialog. (#11634)
### What problem does this PR solve? #9590 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -645,7 +645,7 @@ class Dealer:
|
||||
if not chunks:
|
||||
return []
|
||||
idx_nms = [index_name(tid) for tid in tenant_ids]
|
||||
mom_chunks = defaultdict([])
|
||||
mom_chunks = defaultdict(list)
|
||||
i = 0
|
||||
while i < len(chunks):
|
||||
ck = chunks[i]
|
||||
|
||||
Reference in New Issue
Block a user