mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
fix bugs (#662)
### What problem does this PR solve? Fix import error for task_service.py ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -38,9 +38,7 @@ from api.db.services.document_service import DocumentService
|
||||
from api.settings import RetCode
|
||||
from api.utils.api_utils import get_json_result
|
||||
from rag.utils.minio_conn import MINIO
|
||||
from rag.utils.redis_conn import REDIS_CONN
|
||||
from api.utils.file_utils import filename_type, thumbnail
|
||||
from rag.settings import SVR_QUEUE_NAME
|
||||
|
||||
|
||||
@manager.route('/upload', methods=['POST'])
|
||||
|
||||
Reference in New Issue
Block a user