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

Skip to content

Conversation

forwardyoung
Copy link
Contributor

{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

@forwardyoung forwardyoung changed the title [E-2]11-Reranker/04-FlashRank-Reranker [E-2] 11-Reranker / 04-FlashRank-Reranker Jan 8, 2025
@teddylee777 teddylee777 requested a review from BAEM1N January 8, 2025 15:34
Copy link
Contributor

@ThePurpleCollar ThePurpleCollar 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
✅ Checklist

Environment Setup

Set up the environment. You may refer to Environment Setup for more details.

ThePurpleCollar
ThePurpleCollar previously approved these changes Jan 9, 2025
@forwardyoung
Copy link
Contributor Author

🖥️ 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: {Write freely, 한국어 기술 가능}
    가이드에 맞게 모든 내용이 명확하고 잘 정리되어 있네요. 👏
    다만, 한 가지 작은 부분만 확인해 주시면 더 좋을 것 같습니다:
  • Environment Setup 섹션에 포함된 링크가 wikidocs로 연결되고 있는데 한글 페ㅣ지라서 문제가 없을지 모르겠네요.

Environment Setup

Set up the environment. You may refer to Environment Setup for more details.

@ThePurpleCollar 리뷰 감사합니다! 한 가지 작은 부분이 wikidocs 말씀하시는 걸까요?

@ThePurpleCollar ThePurpleCollar self-requested a review January 9, 2025 01:14
@ThePurpleCollar
Copy link
Contributor

@forwardyoung 네. 맞습니다. 한글 문서라서요. 영어 문서 링크 올려두었습니다.

@forwardyoung
Copy link
Contributor Author

@forwardyoung 네. 맞습니다. 한글 문서라서요. 영어 문서 링크 올려두었습니다.

오 네! 감사합니다:)

@forwardyoung
Copy link
Contributor Author

@ThePurpleCollar 테디님께 따로 여쭈었는데, 짚어주신 부분은 인프라팀에서 일괄 작업해주신다고 합니다! 리뷰 감사합니다:)

cjLee-cmd
cjLee-cmd previously approved these changes Jan 9, 2025
@BAEM1N BAEM1N requested a review from cjLee-cmd January 9, 2025 10:26
Restrict python-magic-bin installation to non-macOS platforms in requirements.txt
@BAEM1N BAEM1N dismissed stale reviews from cjLee-cmd and ThePurpleCollar via 761f505 January 9, 2025 10:39
Copy link
Contributor

@BAEM1N BAEM1N 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/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, 한국어 기술 가능}
  • Environment Setup 코드 셀의 순서를 아래와 같이 수정 요청드립니다.
    1. langchain-opentutorial 패키지 설치 코드 셀
    2. from langchain_opentutorial import package 코드 셀
    3. from dotenv import load_dotenv 코드 셀
    4. # Set local environment variables 코드 셀

ThePurpleCollar
ThePurpleCollar previously approved these changes Jan 9, 2025
@forwardyoung
Copy link
Contributor Author

@BAEM1N 제가 패키지 설치하기도 전에 import 하도록 했었네요..! 순서 변경하여 다시 push 했습니다!

BAEM1N
BAEM1N previously approved these changes Jan 10, 2025
cjLee-cmd
cjLee-cmd previously approved these changes Jan 10, 2025
Copy link
Contributor

@cjLee-cmd cjLee-cmd 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 Author

forwardyoung commented Jan 11, 2025

@teddylee777 @musangk @BAEM1N 안녕하세요. 저 resolve conflicts에서 main 브랜치에 있는 코드로 바로 수정해도 될까요?

@BAEM1N
Copy link
Contributor

BAEM1N commented Jan 11, 2025

appendix-keywords.txt에서 수정 방향 말씀해주시면 제가 수정 반영 하겠습니다.

@forwardyoung
Copy link
Contributor Author

@BAEM1N 다음 수정 내용으로 반영해주심 감사하겠습니다. requirements 파일은 직접 수정하신 것이죠??
appendix-keywords.txt

@musangk
Copy link
Contributor

musangk commented Jan 11, 2025

@forwardyoung, @BAEM1N
appendix-keywords.txt 파일이 두개 내용은 완전히 같은데, 줄바꿈 형식이 달라서 문제가 발생한 것 같습니다. (OS 차이)

$ file appendix-keywords*.txt
appendix-keywords-forwardyoung.txt: ASCII text
appendix-keywords-main.txt:         ASCII text, with CRLF line terminators

사전에 해당 파일을 포함하는 PR이 windows에서 작성된 것 같습니다.

내용이 완전히 동일하니, 위의 내용을 참고하여 conflict resolve로 처리하면 될 것 같습니다. (둘 중 하나 내용 제거)

@BAEM1N BAEM1N dismissed stale reviews from cjLee-cmd, ThePurpleCollar, and themself via 5259dd0 January 11, 2025 12:49
@BAEM1N
Copy link
Contributor

BAEM1N commented Jan 11, 2025

@forwardyoung @musangk revert 해당 커밋은 메인 브랜치에 바로 적용해도 문제가 없다고 판단되어 메인 브랜치에 바로 적용하였습니다.

@ThePurpleCollar @cjLee-cmd 커밋으로 인한 리뷰 재승인만 부탁드립니다.

@forwardyoung
Copy link
Contributor Author

@cjLee-cmd 창준님 요 pr도 approve 부탁드리겠습니다:)

Copy link
Contributor

@cjLee-cmd cjLee-cmd left a comment

Choose a reason for hiding this comment

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

[승인요청] Appoved

@teddylee777 teddylee777 merged commit 9b2cd47 into LangChain-OpenTutorial:main Jan 12, 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.

7 participants