-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Common: Support import the exist file in object storage. #3677
base: main
Are you sure you want to change the base?
Common: Support import the exist file in object storage. #3677
Conversation
Hi, thanks for your contribution! |
I have already added the relevant information for |
@@ -5,16 +5,19 @@ | |||
from botocore.client import Config | |||
import time | |||
from io import BytesIO | |||
from rag import settings | |||
from rag.settings import s3_logger |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm getting a message here that s3_logger
does not exist in the settings.
#3663
What problem does this PR solve?
Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR.
Type of change