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

Skip to content

Conversation

r14minji
Copy link
Contributor

@r14minji r14minji commented Jan 6, 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

@r14minji r14minji added the docs tutorial label Jan 6, 2025
@r14minji r14minji self-assigned this Jan 6, 2025
3DKIDS
3DKIDS previously approved these changes Jan 6, 2025
Copy link
Contributor

@3DKIDS 3DKIDS 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): win
  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 발생시 코멘트에 적어주세요):
    구글 코랩에 올려서 테스트 완료 했습니다.
  7. 기타 의견:

@yuneun92
Copy link
Contributor

yuneun92 commented Jan 6, 2025

[Review]

  1. Review OS: Mac

  2. Template Rule 가이드를 준수 하였는가: NO

    1. Environment Setup 부분 Base Template 그대로 복붙해달라 하셨는데, 제목 아래 설명 부분 + pip install 부분 누락되었습니다.
    2. ##, ### 아래 한 줄이라도 일반 텍스트를 붙여달라고 하셨는데, 아래 사진 부분이 모두 제목으로 되어 있습니다. Enter~ 이 셀을 일반 텍스트로 수정하심이 어떨런지요?
      image
      image
  3. Table of Contents 의 링크가 원활하게 동작하는지 확인하였는가?: NO

    1. 4, 5번째 목차로 이동이 안 됩니다! 확인 부탁드려요 (Creating Question~, FewShot~)
  4. 이미지가 포함되어 있다면, 이미지의 파일명이 가이드를 준수하였는가?: YES

  5. import 구문이 예전 legacy 방식이 아닌 최신 버전을 따르는가?: YES

  6. 모든 코드가 동작에 오류 없이 동작하는가? : YES

고생하셨습니다. 2, 3번 항목 한 번 다시 체크 부탁드려요!

@jeong-wooseok
Copy link
Contributor

jeong-wooseok commented Jan 6, 2025

[Review]

  1. Review OS(Windows/Mac/Linux): win
  2. Template Rule 가이드를 준수 하였는가(YES/NO): yes
  3. Table of Contents 의 링크가 원활하게 동작하는지 확인하였는가?(YES/NO): no
  • 마지막 목차가 내용상 존재하지 않아서 확인 부탁 드립니다.
  • 목차의링크에 width ->with로 변경해야하는 오타가 하나 있네요 수정부탁 드려요
  1. 이미지가 포함되어 있다면, 이미지의 파일명이 가이드를 준수하였는가?(YES/NO): yes
  2. import 구문이 예전 legacy 방식이 아닌 최신 버전을 따르는가?(YES/NO): yes
  3. 모든 코드가 동작에 오류 없이 동작하는가? (만약, warning 발생시 코멘트에 적어주세요):
  4. 다른 파일이 들어있지 않는가?
  5. 기타 의견:

@teddylee777 teddylee777 changed the title [E-1] 10-Retrieve / 04-LongContextReorder [E-1] 10-Retriever / 04-LongContextReorder Jan 7, 2025
@jeong-wooseok
Copy link
Contributor

[Review]

  1. Review OS:Windows
  2. Template Rule 가이드를 준수 하였는가:YES
  3. Table of Contents 의 링크가 원활하게 동작하는지 확인하였는가?:NO
  • 목차 링크연결이 안되는 것 같아요 수정해보려 했는데 잘 안됐습니다.
  1. 이미지가 포함되어 있다면, 이미지의 파일명이 가이드를 준수하였는가?:YES
  2. import 구문이 예전 legacy 방식이 아닌 최신 버전을 따르는가?(YES/NO):YES
  3. 모든 코드가 동작에 오류 없이 동작하는가? (만약, warning 발생시 코멘트에 적어주세요): NO

set_env(
{
# "OPENAI_API_KEY": "",
# "LANGCHAIN_API_KEY": "",
"LANGCHAIN_TRACING_V2": "true",
"LANGCHAIN_ENDPOINT": "https://api.smith.langchain.com",
"LANGCHAIN_PROJECT": "04-LongContextReorder",
}
)
으로 주석을 해야 OPENAI_API_KEY 초기화가 되지 않을 것 같습니다.
7. 꼭 필요한 파일들만 제출 되었는가? 튜토리얼 외 설정 파일이나 다른 분이 작업한 파일이 포함되었는지
Files Changed 에서 확인 부탁 드립니다.:YES
8. 기타 의견:

  • 이외에는 특이사항 없습니다.

Copy link
Contributor

@3DKIDS 3DKIDS 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 (해당 OS를 기재해주세요) :win
  • [ *] Template Rule 준수 여부:

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

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

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

    • import 구문이 예전 legacy 방식이 아닌 최신 버전을 따르는가? (Check 표기)
  • [* ] 코드 동작 확인:

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

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

Copy link
Contributor

@yuneun92 yuneun92 left a comment

Choose a reason for hiding this comment

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

[Review]

Review OS: Mac
Template Rule 가이드를 준수 하였는가: YES
Table of Contents 의 링크가 원활하게 동작하는지 확인하였는가?: YES
이미지가 포함되어 있다면, 이미지의 파일명이 가이드를 준수하였는가?: YES
import 구문이 예전 legacy 방식이 아닌 최신 버전을 따르는가?: YES
모든 코드가 동작에 오류 없이 동작하는가? : YES
기타 의견:
고생하셨어요~~~~

@teddylee777 teddylee777 merged commit 35a003e into LangChain-OpenTutorial:main Jan 11, 2025
1 of 2 checks passed
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