This commit is contained in:
wangmeihua 2025-08-13 16:47:49 +08:00
parent aa21264fed
commit df6cbe61d5

View File

@ -253,7 +253,7 @@ where a.orgid = b.orgid
) for chunk in chunk_texts
]
results = await asyncio.gather(*tasks, return_exceptions=True)
debug(f"结果:{results}")
triples = []
for i, result in enumerate(results):
if isinstance(result, list):