-
Notifications
You must be signed in to change notification settings - Fork 282
[N-1] 06-DocumentLoader / 05-Excel-Loader #77
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
Conversation
[Title] Excel File Loading in LangChain [Version] initial [Language] ENG [Packages] unstructured, openpyxl Implemented Excel loader tutorial with examples - Added UnstructuredExcelLoader and DataFrameLoader usage guide - Included code samples for raw text and structured data handling
[Title] Excel File Loading in LangChain [Version] initial [Language] ENG [Packages] unstructured, openpyxl Implemented Excel loader tutorial with examples - Added UnstructuredExcelLoader and DataFrameLoader usage guide - Included code samples for raw text and structured data handling Rename - Changed ipynb file name as
[Title] Excel File Loading in LangChain [Version] initial [Language] ENG [Packages] unstructured, openpyxl Implemented Excel loader tutorial with examples - Added UnstructuredExcelLoader and DataFrameLoader usage guide - Included code samples for raw text and structured data handling Rename - Changed ipynb file name as
[Title] Excel File Loading in LangChain [Version] initial [Language] ENG [Packages] unstructured, openpyxl Implemented Excel loader tutorial with examples - Added UnstructuredExcelLoader and DataFrameLoader usage guide - Included code samples for raw text and structured data handling Rename - Rename image files accroding to formatting conventions
Peer Review 추가하여 반영하였습니다.
Environment 오타 수정하였습니다.
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.
[Review]
- Review OS(Windows/Mac/Linux): Mac
- Template Rule 가이드를 준수 하였는가(YES/NO): YES
- Table of Contents 의 링크가 원활하게 동작하는지 확인하였는가?(YES/NO): YES
- 이미지가 포함되어 있다면, 이미지의 파일명이 가이드를 준수하였는가?(YES/NO): YES
- import 구문이 예전 legacy 방식이 아닌 최신 버전을 따르는가?(YES/NO): YES
- 모든 코드가 동작에 오류 없이 동작하는가? (만약, warning 발생시 코멘트에 적어주세요): YES
- 기타 의견:
꼼꼼히 작업해 주시느라 수고 많으셨습니다.
html 캡쳐본도 확인 하였습니다.
이미지만 가이드에 따라 전부 소문자 표기 다음에 작업해 주실때 그렇게 해주시면 되겠습니다!
감사합니다.
approval.
와! 제 pr 첫 리뷰 테디님께서 남겨주셨군요:) |
[Title] Excel File Loading in LangChain [Version] initial [Language] ENG [Packages] unstructured, openpyxl Fix: increase recursion limit for UnstructuredExcelLoader
[Title] Excel File Loading in LangChain [Version] initial [Language] ENG [Packages] unstructured, openpyxl Fix: increase recursion limit for UnstructuredExcelLoader
@jhboyo 리뷰 감사합니다! |
[Title] Excel File Loading in LangChain [Version] clear [Language] ENG [Packages] unstructured, openpyxl Clear notebook output cells
[Title] Excel File Loading in LangChain [Version] chore [Language] ENG [Packages] unstructured, openpyxl chore: Modify peer name
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.
sys.setrecursionlimit(10**6)
코드 추가 된 후 실행에 이상 없음을 확인하였습니다.
고생 많으셨습니다!
[Review] Review OS: Mac 늦은 리뷰 죄송합니다. 그리고 리뷰부분에 Limit 10**6부분 확인 했고, 저도 이상 없었습니다. |
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.
다시 한번 확인 후 문제 코드 실행에 문제 없어, 승인하겠습니다!
@forwardyoung 님 안녕하세요? 지금 commit 된 파일에 .gitignore 를 포함한 튜토리얼 외적인 파일이 같이 commit 된 것 같습니다. 파일 제외 하시고 다시 commit 만 해주시면 됩니다 (변경사항 revert) |
[Title] Excel File Loading in LangChain [Version] chore [Language] ENG [Packages] unstructured, openpyxl chore: Remove unnecessary files
[Title] Excel File Loading in LangChain [Version] chore [Language] ENG [Packages] unstructured, openpyxl chore: Remove unnecessary files
[Conflict Resolve] LangChain-OpenTutorial#77
[Title] Excel Loader
[Version] fix
[Language] ENG
[Packages] unstructured, openpyxl
Implemented Excel loader tutorial with examples
Rename
05-Excel-Loader.ipynb
Fix