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

Skip to content

Conversation

sunworl
Copy link
Contributor

@sunworl sunworl commented Jan 15, 2025

{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

@sunworl sunworl self-assigned this Jan 15, 2025
Copy link
Contributor

@ppakyeah ppakyeah left a comment

Choose a reason for hiding this comment

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

🖥️ 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, 한국어 기술 가능}
    구체적인 예시들이 추가로 포함되어서 좋았습니다! 👍
    내용은 잘 작성된 것으로 보이지만, 제 기기에서는 코드 실행 시에 문제가 있어 몇가지 수정 요청드립니다!

@forwardyoung
Copy link
Contributor

forwardyoung commented Jan 16, 2025

🖥️ OS: Win
✅ 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:
  1. 이미지 파일명 소문자로 변경 부탁드립니다.
  2. %pip install에는 langchain-tutorial만 기입해주세요!
  3. 16-Evaluations 폴더에 myrag.py이 있고, 그 파일 내의 PDFRAG 객체를 import하기 때문에 package.install에서 myrag는 제거 부탁드립니다!
  4. nlkt import에서 LookupError가 발생하는데, 이 부분 예진님께서 말씀하신 것처럼 수정하시면 해결됩니다.

수고하셨습니다.

@forwardyoung
Copy link
Contributor

에러 발생 없이 모두 잘 출력되네요! 수고하셨습니다:)
위에 말씀드린 대로, 이미지만 삭제 후 재업로드 하심 될 것 같습니다.

"Check the results.\n",
"\n",
"\n",
" ![image.png](assets/08-LangSmith-Heuristic-Evaluation-02.png)"
Copy link
Contributor

Choose a reason for hiding this comment

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

참조하는 코드도 변경된 파일명과 동일하게 수정 부탁드립니다.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

수정하였습니다.
감사합니다.

"\n",
" > Note: What is N-gram?\n",
"\n",
" ![image.png](assets/08-LangSmith-Heuristic-Evaluation-01.png)\n",
Copy link
Contributor

Choose a reason for hiding this comment

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

이미지 파일 참조하는 코드도 수정 부탁드립니다.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

수정하였습니다.
감사합니다.

Copy link
Contributor

@ppakyeah ppakyeah 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/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, 한국어 기술 가능}
    정상 동작합니다. 고생 많으셨습니다! 아래 코멘트 하나만 더 확인 부탁드릴게요!

forwardyoung
forwardyoung previously approved these changes Jan 17, 2025
Copy link
Contributor

@forwardyoung forwardyoung left a comment

Choose a reason for hiding this comment

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

요청 드린 사항 수정된 것 확인되어 approve하겠습니다. 수고하셨습니다!

# Install required packages
"langsmith.schemas" 삭제
Copy link
Contributor

@forwardyoung forwardyoung left a comment

Choose a reason for hiding this comment

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

설치할 패키지 목록에서 langsmith.schemas 제거된 것 확인하였습니다!

Copy link
Contributor

@ppakyeah ppakyeah left a comment

Choose a reason for hiding this comment

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

고생하셨습니다 !

@teddylee777 teddylee777 merged commit e46e436 into LangChain-OpenTutorial:main Jan 18, 2025
1 of 2 checks passed
@sohyunwriter sohyunwriter added the docs tutorial label Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs tutorial
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants