-
Notifications
You must be signed in to change notification settings - Fork 15.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
Document Loaders: GoogleDriveLoader hidden option to load spread sheets #3637
Comments
This seems to have been fixed in #4926 ? |
@IanRogers-101Ways Seems that
|
Hi, @adrianlzt I'm helping the LangChain team manage their backlog and am marking this issue as stale. It seems like there was a discrepancy between the documentation and the code for GoogleDriveLoader, specifically regarding the support for loading spreadsheets. There were discussions about refactoring the Could you please confirm if this issue is still relevant to the latest version of the LangChain repository? If it is, please let the LangChain team know by commenting on the issue. Otherwise, feel free to close the issue yourself, or it will be automatically closed in 7 days. Thank you! |
In the docs of the GoogleDriveLoader says
Currently, only Google Docs are supported
, but then, in the code, there is a function_load_sheet_from_id
.That function is only used for folder loading.
Accessing the private method of the class is it possible, and works perfectly, to load spread sheets:
Probably
_load_documents_from_ids
needs some refactor to work based on the mimeType, as_load_documents_from_folder
does.The text was updated successfully, but these errors were encountered: