Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

feat: load SharePoint Pages content, feat: load docs from root folder in drive, feat: optionally only load specific file types. #930

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Commits on Feb 6, 2024

  1. added functionality to load all documents, added functionality to loa…

    …d all pages
    levi committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    da3a699 View commit details
    Browse the repository at this point in the history
  2. updated with new 'include' argument and 'file_types' argument to filt…

    …er file_types when loading documents.
    levi committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    7211e27 View commit details
    Browse the repository at this point in the history
  3. Added documentation

    levi committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    ba27fab View commit details
    Browse the repository at this point in the history
  4. running format and lint

    levi committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    ea1dfb6 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. fixed issue with None in output type hints

    levi committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    caaf94f View commit details
    Browse the repository at this point in the history
  2. running format and lint

    levi committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b70102e View commit details
    Browse the repository at this point in the history
  3. implemented batch call for page content

    levi committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    1146d69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45d5d41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c5965d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    616f55a View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. fix typo

    levi committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    2901c8c View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Updated ReadMe

    levi committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    0e01fa2 View commit details
    Browse the repository at this point in the history
  2. Updated docstring _get_site_id_with_host_name

    levi committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    aca4c9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f03b2e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8647de0 View commit details
    Browse the repository at this point in the history
  5. Updated ReadMe with more explicit instructions on how to use paramete…

    …rs, and what the default parameters are.
    levi committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    9f1875a View commit details
    Browse the repository at this point in the history
  6. fix typo

    levi committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    ba66cee View commit details
    Browse the repository at this point in the history