Merge branch 'main' of git.opencomputing.cn:yumoqing/rag
This commit is contained in:
commit
f844258397
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user