Skip to content
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

community[minor]: S3FileLoader to use expose mode and post_processors arguments of unstructured loader #19270

Merged
merged 7 commits into from
Mar 25, 2024

Commits on Mar 19, 2024

  1. Update s3_file.py to use arguments mode and post_processors

    Update s3_file.py to use arguments mode and post_processors from the base class UnstructuredBaseLoader to include more metadata about the files from the bucket such as 'page_number', 'languages' etc.
    preak95 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    bc00afd View commit details
    Browse the repository at this point in the history
  2. Update s3_file.py

    Updated docstring
    preak95 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e9db1bb View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Update s3_file.py

    Import Callable
    preak95 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    33b6471 View commit details
    Browse the repository at this point in the history
  2. Update s3_file.py

    Wrapped docstring lines
    preak95 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    8867671 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. sort imports

    ccurme committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    4252741 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Update s3_file.py

    Formatted using linter.
    preak95 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    d785066 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    5cc6d0e View commit details
    Browse the repository at this point in the history