-
Notifications
You must be signed in to change notification settings - Fork 282
06-DocumentLoader-Word-Loader #7
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
…-document_eng.docx
…Loader/data/sample-word-document_eng.docx
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.
Colab 에서 테스트 하였습니다.
튜토리얼 작성 내용도 충실하여 좋습니다.
문제 없이 잘 동작합니다.
고생하셨습니다.
approval.
[Review] Review OS(Windows/Mac/Linux): Mac 수고하셨습니다~ |
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] - WordLoader
Review OS: Mac
Template Rule 가이드를 준수 하였는가: yes
Table of Contents 의 링크가 원활하게 동작하는지 확인하였는가?: yes
이미지가 포함되어 있다면, 이미지의 파일명이 가이드를 준수하였는가?: N/A
import 구문이 예전 legacy 방식이 아닌 최신 버전을 따르는가?: yes
모든 코드가 동작에 오류 없이 동작하는가? (만약, warning 발생시 코멘트에 적어주세요): yes
기타 의견:
- 전반적으로 디테일하게 내용 꽉꽉 담아 작성해주신 것 같습니다!!
- ipynb 파일 파일명에 순서 함께 붙여 통일감 주시면 좋을 것 같습니다. (06번)
[Team] 신규1팀
[Title] 06-DocumentLoader-Word-Loader
[Version] initial
[Language] ENG
[Packages] python-docx, langchain, docx2txt
This Pull Request introduces functionality to load Word documents (.docx) using the
DocumentLoader
module. Key changes include:.docx
files..docx
processing.Please review the following:
Word-Loader.ipynb
..docx
file handling.