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:
Kevin Hu
2025-12-01 16:54:57 +08:00
committed by GitHub
parent 1120575021
commit 81ae6cf78d
2 changed files with 6 additions and 1 deletions

View File

@ -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]