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

Skip to content

Conversation

samdaseuss
Copy link
Contributor

[Title] GPT4ALL
[Version] Revision
[Language] ENG
[Packages] langchain, langchain_community, langchain_core, gpt4all

Fixes #54

{PR Message - Write freely, remove this bracket if unnecessary}

Author Checklist

  • [✅] PR Title Format: I have confirmed that the PR title follows the correct format. (e.g., [N-2] 07-Text Splitter / 07-RecursiveCharacterTextSplitter)

  • [✅] Committed Files: I have ensured that no unnecessary files (e.g., .bin, .gitignore, poetry.lock, pyproject.toml) are included. These files are not allowed.

  • [✅] (Optional) Related Issue: If this PR is linked to an issue, I have referenced the issue number in the PR message. (e.g., Fixes Update 01-PromptTemplate.ipynb #123)

  • ❌ Do not include unnecessary files (e.g., .bin, .gitignore, poetry.lock, pyproject.toml) or other people's code. If included, close the PR and create a new PR.

Review Template (Intial PR)

🖥️ OS: Win/Mac/Linux   
✅ Checklist      
 - [ ] **Template**: Tutorials follows the required template. 
 - [ ] **Table of Contents(TOC) Links**: All Table of Contents links work. ((Yes/No)
 - [ ] **Image**: Image filenames follow guidelines.
 - [ ] **Imports*: All import statements use the latest versions. Ensure "langchain-teddynote" is not used. 
 - [ ] **Code Execution**: Code runs without errors.
 - Comments: {Write freely, 한국어 기술 가능}     

If no one reviews your PR within a few days, please @-mention one of teddylee777, musangk, BAEM1N

[Version] Revision
[Language] ENG
[Packages] langchain, langchain_community, langchain_core, gpt4all

- Fixed issues based on feedback from PR #54.

Closes #54
@samdaseuss samdaseuss self-assigned this Jan 5, 2025
### [Review Checklist]

- [x] **Review OS**:
  - Windows / Mac / Linux (Windows)

- [x] **Template Rule 준수 여부**:
  - Template Rule 가이드를 준수하였는가? (Check 표기)

- [x] **Table of Contents 링크 확인**:
  - Table of Contents의 링크가 원활하게 동작하는지 확인하였는가? (Check 표기)

- [ ] **이미지 파일명 검토**:
  - 이미지가 포함되어 있다면, 이미지의 파일명이 가이드를 준수하였는가? (Check 표기)
  이미지명이 대문자로 되어 있습니다.

- [x] **최신 import 방식 사용 여부**:
  - import 구문이 예전 legacy 방식이 아닌 최신 버전을 따르는가? (Check 표기)
  PromptTemplate import 구문 수정
  그 외 __init__.py에 __all__로 걸려있으나 API doc에 한 단계 더 추가된 경우들에 대해 수정하였습니다.

- [x] **코드 동작 확인**:
  - 모든 코드가 오류 없이 동작하는가? (Check 표기)
  - Warning 발생 시 코멘트에 적어주세요.

- [x] **제출 파일 확인**:
  - 꼭 필요한 파일들만 제출되었는가?
    - 튜토리얼 외 설정 파일이나 다른 분이 작업한 파일이 포함되었는지 **Files Changed**에서 확인 부탁드립니다. (Check 표기)

- **기타 의견**:
  - package.install 부분에서 사용하지 않는 package들을 삭제하였습니다.
  - Code cell 내 주석이 전반적으로 부족한 것 같습니다. 전, 후의 markdown cell 설명으로 갈음하신것이라면 이대로 두셔도 괜찮을 것 같습니다.
  - 추가적으로 현재 파일 넘버링이 겹치는 것 같습니다. 기존에 없던 01-Models가 추가되면서 하나씩 밀린 것 같은데 확인 후 파일명 변경이 필요할 것 같습니다.

수고하셨습니다!
Copy link
Contributor

@XaviereKU XaviereKU left a comment

Choose a reason for hiding this comment

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

[Review Checklist]

  • Review OS:

    • Windows / Mac / Linux (Windows)
  • Template Rule 준수 여부:

    • Template Rule 가이드를 준수하였는가? (Check 표기)
  • Table of Contents 링크 확인:

    • Table of Contents의 링크가 원활하게 동작하는지 확인하였는가? (Check 표기)
  • 이미지 파일명 검토:

    • 이미지가 포함되어 있다면, 이미지의 파일명이 가이드를 준수하였는가? (Check 표기)
      이미지명이 대문자로 되어 있습니다.
  • 최신 import 방식 사용 여부:

    • import 구문이 예전 legacy 방식이 아닌 최신 버전을 따르는가? (Check 표기)
      PromptTemplate import 구문 수정
      그 외 init.py에 __all__로 걸려있으나 API doc에 한 단계 더 추가된 경우들에 대해 수정하였습니다.
  • 코드 동작 확인:

    • 모든 코드가 오류 없이 동작하는가? (Check 표기)
    • Warning 발생 시 코멘트에 적어주세요.
  • 제출 파일 확인:

    • 꼭 필요한 파일들만 제출되었는가?
      • 튜토리얼 외 설정 파일이나 다른 분이 작업한 파일이 포함되었는지 Files Changed에서 확인 부탁드립니다. (Check 표기)
  • 기타 의견:

    • package.install 부분에서 사용하지 않는 package들을 삭제하였습니다.
    • Code cell 내 주석이 전반적으로 부족한 것 같습니다. 전, 후의 markdown cell 설명으로 갈음하신것이라면 이대로 두셔도 괜찮을 것 같습니다.
    • 추가적으로 현재 파일 넘버링이 겹치는 것 같습니다. 기존에 없던 01-Models가 추가되면서 하나씩 밀린 것 같은데 확인 후 파일명 변경이 필요할 것 같습니다.

@teddylee777
Copy link
Contributor

[이미지명 관련] 코멘트 남깁니다.
아마도 이미지 파일명을 소문자로 변경하여 제출하여도 대소문자 구분하지 않는 시스템 때문에 반영이 되지 않을겁니다.
따라서, 이번 PR 에서는 이미지 파일명은 그대로 일단 가주시고요~ infra 쪽에 요청하여 소문자화 하는 작업을 진행하도록 하겠습니다.

꼼꼼히 리뷰해주신 @XaviereKU
감사합니다!

@teddylee777 teddylee777 requested a review from Two-Jay January 5, 2025 12:51
[E-3] 04-MODEL / GPT4ALL
[Title] GPT4ALL
[Version] Revision
[Language] ENG
[Packages] langchain, langchain_community, langchain_core, gpt4all

Fixed issues based on feedback from PR [E-3] 04-MODEL / GPT4ALL #54.
Fixes #54

{PR Message - Write freely, remove this bracket if unnecessary}

Author Checklist
[✅] PR Title Format: I have confirmed that the PR title follows the correct format. (e.g., [N-2] 07-Text Splitter / 07-RecursiveCharacterTextSplitter)

[✅] Committed Files: I have ensured that no unnecessary files (e.g., .bin, .gitignore, poetry.lock, pyproject.toml) are included. These files are not allowed.

[✅] (Optional) Related Issue: If this PR is linked to an issue, I have referenced the issue number in the PR message. (e.g., Fixes Update 01-PromptTemplate.ipynb #123)

❌ Do not include unnecessary files (e.g., .bin, .gitignore, poetry.lock, pyproject.toml) or other people's code. If included, close the PR and create a new PR.
@samdaseuss
Copy link
Contributor Author

@XaviereKU 주석이 부족한 것 같다고 해주셔서 아차 싶었네요 ㅜㅜ 부족한 부분 짚어주셔서 감사합니다

@samdaseuss samdaseuss requested a review from XaviereKU January 5, 2025 13:16
Copy link
Contributor

@XaviereKU XaviereKU left a comment

Choose a reason for hiding this comment

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

해당 라인 확인 부탁드립니다!

Copy link
Contributor

@Normalist-K Normalist-K left a comment

Choose a reason for hiding this comment

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

🖥️ OS: Mac
✅ Checklist

  • Template: Tutorials follows the required template.
  • Table of Contents(TOC) Links: All Table of Contents links work. Yes
  • Image: Image filenames follow guidelines.
  • *Imports: All import statements use the latest versions. Ensure "langchain-teddynote" is not used.
  • Code Execution: Code runs without errors.
  • Comments: 늦은 시간까지 수고 많으셨습니다!

@teddylee777 teddylee777 merged commit 13c34fb into LangChain-OpenTutorial:main Jan 5, 2025
0 of 2 checks passed
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