remove PyMuPDF (#618)

### What problem does this PR solve?
#613 

### Type of change


- [x] Other (please describe):
This commit is contained in:
KevinHuSh
2024-04-30 12:38:09 +08:00
committed by GitHub
parent 7059ec2298
commit cab274f560
5 changed files with 13 additions and 37 deletions

View File

@ -35,7 +35,7 @@ class RAGFlowMinio(object):
self.conn = None
def put(self, bucket, fnm, binary):
for _ in range(10):
for _ in range(3):
try:
if not self.conn.bucket_exists(bucket):
self.conn.make_bucket(bucket)