Skip to content

Commit fc9c631

Browse files
authored
Merge branch 'main' into wf_contention_fix
2 parents c871949 + b69e6a9 commit fc9c631

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/soliplex/ingester/lib

src/soliplex/ingester/lib/rag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ async def check_rag_existence(
303303
found.add(h)
304304
finally:
305305
if conn.is_open():
306-
await conn.close()
306+
conn.close()
307307

308308
logger.info(
309309
f"pre-check: {len(found)}/{len(doc_hashes)} already in RAG at {actual_db_path}",

0 commit comments

Comments
 (0)