langchain icon indicating copy to clipboard operation
langchain copied to clipboard

OneDriveLoader

Open netoferraz opened this issue 1 year ago • 3 comments

Issue: #2153

  • OneDriveLoader to extract documents from OneDrive.
  • Files Supported: [doc, docx, pdf]

netoferraz avatar May 01 '23 03:05 netoferraz

Hi @hwchase17 ! First of all, thanks for this great project. This is my first contribution, and I'm trying to dive deep into the details. This loader relies on O-365 package. Should I keep this as an optional dependency or include it in the pyproject.toml ?

netoferraz avatar May 01 '23 13:05 netoferraz

Hi @hwchase17 ! First of all, thanks for this great project. This is my first contribution, and I'm trying to dive deep into the details. This loader relies on O-365 package. Should I keep this as an optional dependency or include it in the pyproject.toml ?

this is great! lets include as an optional dependency in the pyproject.toml file. that will mean both putting something like python-o365 = {version = "...", optional =True} as well as adding it to the list of packages in the extra_installs all section

i am happy to do these changes (along with others i point out in the pr) if you want - just let me know! it can be a bit tedious/confusing, but happy to let you slog through it if you want (you said you wanted to dive deep on the details). but, im very happy to do it for this pr so you can see the usual pr - let me know!

hwchase17 avatar May 02 '23 03:05 hwchase17

Hi @hwchase17 ! First of all, thanks for this great project. This is my first contribution, and I'm trying to dive deep into the details. This loader relies on O-365 package. Should I keep this as an optional dependency or include it in the pyproject.toml ?

this is great! lets include as an optional dependency in the pyproject.toml file. that will mean both putting something like python-o365 = {version = "...", optional =True} as well as adding it to the list of packages in the extra_installs all section

i am happy to do these changes (along with others i point out in the pr) if you want - just let me know! it can be a bit tedious/confusing, but happy to let you slog through it if you want (you said you wanted to dive deep on the details). but, im very happy to do it for this pr so you can see the usual pr - let me know!

Done!

netoferraz avatar May 02 '23 11:05 netoferraz