Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

forwardyoung
Copy link
Contributor

@forwardyoung forwardyoung commented Jan 2, 2025

[Title] Excel Loader
[Version] fix
[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 05-Excel-Loader.ipynb
  • Rename image files accroding to formatting conventions

Fix

  • increase recursion limit for UnstructuredExcelLoader

[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
@forwardyoung forwardyoung changed the title [N-1] 06-DocumentLoader / 04-Excel-Loader [N-1] 06-DocumentLoader / 05-Excel-Loader Jan 2, 2025
forwardyoung and others added 3 commits January 2, 2025 17:17
[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 오타 수정하였습니다.
teddylee777
teddylee777 previously approved these changes Jan 2, 2025
Copy link
Contributor

@teddylee777 teddylee777 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Review]

  1. Review OS(Windows/Mac/Linux): Mac
  2. Template Rule 가이드를 준수 하였는가(YES/NO): YES
  3. Table of Contents 의 링크가 원활하게 동작하는지 확인하였는가?(YES/NO): YES
  4. 이미지가 포함되어 있다면, 이미지의 파일명이 가이드를 준수하였는가?(YES/NO): YES
  5. import 구문이 예전 legacy 방식이 아닌 최신 버전을 따르는가?(YES/NO): YES
  6. 모든 코드가 동작에 오류 없이 동작하는가? (만약, warning 발생시 코멘트에 적어주세요): YES
  7. 기타 의견:
    꼼꼼히 작업해 주시느라 수고 많으셨습니다.
    html 캡쳐본도 확인 하였습니다.

이미지만 가이드에 따라 전부 소문자 표기 다음에 작업해 주실때 그렇게 해주시면 되겠습니다!
감사합니다.
approval.

@forwardyoung
Copy link
Contributor Author

[Review]

  1. Review OS(Windows/Mac/Linux): Mac
  2. Template Rule 가이드를 준수 하였는가(YES/NO): YES
  3. Table of Contents 의 링크가 원활하게 동작하는지 확인하였는가?(YES/NO): YES
  4. 이미지가 포함되어 있다면, 이미지의 파일명이 가이드를 준수하였는가?(YES/NO): YES
  5. import 구문이 예전 legacy 방식이 아닌 최신 버전을 따르는가?(YES/NO): YES
  6. 모든 코드가 동작에 오류 없이 동작하는가? (만약, warning 발생시 코멘트에 적어주세요): YES
  7. 기타 의견:
    꼼꼼히 작업해 주시느라 수고 많으셨습니다.
    html 캡쳐본도 확인 하였습니다.

이미지만 가이드에 따라 전부 소문자 표기 다음에 작업해 주실때 그렇게 해주시면 되겠습니다! 감사합니다. approval.

와! 제 pr 첫 리뷰 테디님께서 남겨주셨군요:)
감사합니다! 이미지 소문자 표기 꼭 참고하겠습니다.

@jhboyo
Copy link
Contributor

jhboyo commented Jan 3, 2025

[Review]

  1. Review OS: Mac
  2. Template Rule 가이드를 준수 하였는가: YES
  3. Table of Contents 의 링크가 원활하게 동작하는지 확인하였는가?: YES
  4. 이미지가 포함되어 있다면, 이미지의 파일명이 가이드를 준수하였는가?: N/A
  5. import 구문이 예전 legacy 방식이 아닌 최신 버전을 따르는가?: YES
  6. 모든 코드가 동작에 오류 없이 동작하는가? (만약, warning 발생시 코멘트에 적어주세요):
스크린샷 2025-01-03 오전 10 24 17

Recursion Limit가 작게 세팅 된 사용자를 위해 Limit 세팅이 필요해보이기도 합니다.
ex)
import sys
sys.setrecursionlimit(150000)

[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
@forwardyoung
Copy link
Contributor Author

@jhboyo 리뷰 감사합니다!
말씀해주신 대로 Unstructured import 하는 코드에 recursion limit 늘려봤습니다!
확인 부탁드리겠습니다:)

[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
jhboyo
jhboyo previously approved these changes Jan 3, 2025
Copy link
Contributor

@jhboyo jhboyo left a 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)
코드 추가 된 후 실행에 이상 없음을 확인하였습니다.

고생 많으셨습니다!

@leebeanbin
Copy link
Contributor

[Review]

Review OS: Mac
Template Rule 가이드를 준수 하였는가: YES
Table of Contents 의 링크가 원활하게 동작하는지 확인하였는가?: YES
이미지가 포함되어 있다면, 이미지의 파일명이 가이드를 준수하였는가?: N/A
import 구문이 예전 legacy 방식이 아닌 최신 버전을 따르는가?: YES
모든 코드가 동작에 오류 없이 동작하는가? (만약, warning 발생시 코멘트에 적어주세요): YES

늦은 리뷰 죄송합니다. 그리고 리뷰부분에 Limit 10**6부분 확인 했고, 저도 이상 없었습니다.

leebeanbin
leebeanbin previously approved these changes Jan 3, 2025
Copy link
Contributor

@leebeanbin leebeanbin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

다시 한번 확인 후 문제 코드 실행에 문제 없어, 승인하겠습니다!

@teddylee777
Copy link
Contributor

@forwardyoung 님 안녕하세요?

지금 commit 된 파일에 .gitignore 를 포함한 튜토리얼 외적인 파일이 같이 commit 된 것 같습니다.
튜토리얼 (.ipynb) 파일과 data 파일 그리고 image 파일만 반영 부탁 드립니다.

파일 제외 하시고 다시 commit 만 해주시면 됩니다 (변경사항 revert)

[Title] Excel File Loading in LangChain
[Version] chore
[Language] ENG
[Packages] unstructured, openpyxl

chore: Remove unnecessary files
@forwardyoung forwardyoung dismissed stale reviews from leebeanbin and jhboyo via 95c01ce January 3, 2025 08:27
forwardyoung and others added 3 commits January 3, 2025 17:49
[Title] Excel File Loading in LangChain
[Version] chore
[Language] ENG
[Packages] unstructured, openpyxl

chore: Remove unnecessary files
@teddylee777 teddylee777 merged commit ba1d421 into LangChain-OpenTutorial:main Jan 3, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants