HKUDS / LightRAG

"LightRAG: Simple and Fast Retrieval-Augmented Generation"
https://arxiv.org/abs/2410.05779
MIT License
9.23k stars 1.13k forks source link

fix neo4j bug #286

Closed Sucran closed 3 days ago

Sucran commented 6 days ago

fix the bug which describe in issue #269, and I found neo4j would threw ClientError when thread pool is overload. so I add a retry Exception by the way.

修复了#269 问题,然后我发现当线程池不够用的时候,neo4j会抛出ClientError,所以顺手加了一个重试的异常

LarFii commented 3 days ago

Thanks, but there are some linting errors. Please make sure to run pre-commit run --all-files before submitting to ensure all linting checks pass.

Sucran commented 2 days ago

@LarFii Thanks for merge, I got it.