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

Skip to content

Conversation

leebeanbin
Copy link
Contributor

@leebeanbin leebeanbin commented Jan 8, 2025

[Title] Routing
[Version] Initial
[Language] ENG
[Packages] langchain, langchain_openai, pydantic

  • 초기 템플릿 게재
  • env 수정

: 초반 부분 작성 완료, 추가 예제 기제 예정

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

[Title] Routing
[Version] Initial
[Language] ENG
[Packages] langchain, langchain_openai, pydantic

- 초기 템플릿 게재
- env 수정
@leebeanbin leebeanbin self-assigned this Jan 8, 2025
@leebeanbin leebeanbin changed the title [N-3] / [13-Langchain-Expression_Language]/04-Routing [E-3] / [13-Langchain-Expression_Language]/04-Routing Jan 8, 2025
@leebeanbin leebeanbin changed the title [E-3] / [13-Langchain-Expression_Language]/04-Routing [E-3] / [13-Langchain-Expression-Language]/04-Routing Jan 8, 2025
@teddylee777 teddylee777 changed the title [E-3] / [13-Langchain-Expression-Language]/04-Routing [E-3] 13-Langchain-Expression-Language / 04-Routing Jan 8, 2025
@teddylee777
Copy link
Contributor

@changwonjeon @musangk 님 리뷰 부탁 드립니다!

Copy link
Contributor

@musangk musangk 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: Linux

    • Windows / Mac / Linux (해당 OS를 기재해주세요)
  • Template Rule 준수 여부:

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

    • Table of Contents의 링크가 원활하게 동작하는지 확인하였는가? (Check 표기)
    • 리뷰 남긴 부분이 의도하신 부분인지 확인 부탁드립니다.
  • 이미지 파일명 검토:

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

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

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

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

    • 설명과 코드가 간결하게 작성되어있어서 이해하기 좋았습니다. 👍
    • 25f6bee : Peer Review 이름이 한글로 남아있어서 수정하였습니다.
    • 352085c : !대신 %로 통일하기로한 공지가 있어서 수정하였습니다.
    • 590419b : 불필요한 empty cell이 존재하여 삭제하였습니다.
    • 코드 중 """로 묶인 문자열의 indent가 통일되면 조금 더 보기 좋을 것 같습니다. 참고 부탁드립니다.

@teddylee777 teddylee777 removed their request for review January 9, 2025 13:39
Copy link
Contributor

@changwonjeon changwonjeon 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

  • Template Rule 준수 여부: 이상없음

  • Table of Contents 링크 확인: 확인필요

    • @musangk 님 말씀대로 링크 빠진 부분 확인 부탁드립니다.
  • 이미지 파일명 검토: 이미지파일 해당없음

  • 최신 import 방식 사용 여부: 이상없음

  • 코드 동작 확인: 이상없음

  • 제출 파일 확인: 이상없음

  • 기타 의견:
    LCEL 개념을 잘 보여주셨으며, 작성된 코드가 읽기 편하였고 리뷰하기도 용이하였습니다.
    제안 드린 부분은 Text만 출력하는 내용이라 의도하신바에 따라 판단하시면 됩니다.
    고생 많으셨습니다. 감사합니다.

[Title] Routing
[Version] Second
[Language] ENG
[Packages] langchain, langchain_openai, pydantic, langchain_core

- 리뷰어 추가
- 추가 내용 삽입
@teddylee777 teddylee777 requested a review from sungchul2 January 12, 2025 12:07
@sungchul2
Copy link
Contributor

🖥️ OS: 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, 한국어 기술 가능}

13-LangChain-Expression-Language/04-Routing.ipynb 이 파일은 이미 #195 에서 완료되어 지금 conflict가 나고 있습니다.
이 PR의 내용은 RunnableSequence에 대한 내용이기 때문에 파일명이 수정되거나, 기존 내용들을 포함하는 방식으로 진행되어야 할 것 같습니다.

Copy link
Contributor

@musangk musangk 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: Linux

    • Windows / Mac / Linux (해당 OS를 기재해주세요)
  • Template Rule 준수 여부:

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

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

    • 이미지가 포함되어 있다면, 이미지의 파일명이 가이드를 준수하였는가? (Check 표기)

    #277 (comment)

  • 최신 import 방식 사용 여부:

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

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

    #277 (comment)
    #277 (comment)

  • 제출 파일 확인:

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

    • 추가 내용도 적지 않았는데 꼼꼼하게 작성해주셔서 감사합니다. 👍
    • ⚠️⚠️ 김성철님의 의견처럼, 작성해주신 튜토리얼의 파일 및 PR 이름이 적절하지 않은 것 같습니다. 확인 부탁드립니다. (change request 걸어두겠습니다.) ⚠️⚠️
    • 추가 리뷰 남긴 내용 확인 부탁드립니다.

leebeanbin and others added 7 commits January 15, 2025 23:53
[Title] Routing
[Version] Third
[Language] ENG
[Packages] langchain, langchain_openai, pydantic, langchain_core

- 리뷰어 추가
- 추가 내용 삽입
- add new tutorial for runnable
[Title] Routing
[Version] Third
[Language] ENG
[Packages] langchain, langchain_openai, pydantic, langchain_core

- 리뷰어 추가
- 추가 내용 삽입
- add new tutorial for runnable
- fix image folder and name
[Title] Routing
[Version] Third
[Language] ENG
[Packages] langchain, langchain_openai, pydantic, langchain_core

- 리뷰어 추가
- 추가 내용 삽입
- add new tutorial for runnable
- fix image folder and name
[Title] Routing
[Version] Third
[Language] ENG
[Packages] langchain, langchain_openai, pydantic, langchain_core

- recommit after pulling all the merged files last week
[Title] JSONLoader
[Version] profread
[Language] ENG
[Packages] langchain, langchain_openai, langchain_community, rq

- add more jq queries examples and markdown to describe and explain them
[Title] Routing
[Version] profread
[Language] ENG
[Packages] langchain, langchain_openai, langchain_community, rq

- add more jq queries examples and markdown to describe and explain them
@musangk
Copy link
Contributor

musangk commented Jan 15, 2025

06-DocumentLoader/09-JSONLoader.ipynb
06-DocumentLoader/data/people.json

두개 파일이 추가되었습니다. 확인 부탁드립니다. 🙏
나머지 부분들도 처리 완료가 되면 review request 부탁드립니다.

[Title] Routing
[Version] Fourth
[Language] ENG
[Packages] langchain, langchain_openai, pydantic, langchain_core

- modify image syntax
@leebeanbin leebeanbin requested a review from musangk January 17, 2025 05:16
Copy link
Contributor

@musangk musangk left a comment

Choose a reason for hiding this comment

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

추가 두개만 확인 및 답변 부탁드립니다. 🙏
해당 내용 확인후 approve 남기겠습니다.

Copy link
Contributor

@changwonjeon changwonjeon 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

  • Template Rule 준수 여부: 이상없음

  • Table of Contents 링크 확인: 확인필요

    • 맨 밑에 링크(표: Comparison...)가 안되는 듯 합니다. 제안드린 내용 확인 부탁드립니다.
  • 이미지 파일명 검토: 확인필요

    • @musangk 님 말씀대로 파일명 확인이 필요해 보입니다.
  • 최신 import 방식 사용 여부: 이상없음

  • 코드 동작 확인: 이상없음

  • 제출 파일 확인: 이상없음

  • 기타 의견:
    수정하시느라 고생 많으셨습니다.
    위 2가지 사항에 대해 확인 부탁드립니다.
    감사합니다!

[Title] Routing
[Version] Review fix
[Language] ENG
[Packages] langchain, langchain_openai, langchain_core, pydantic

- recommit and fix this file again
changwonjeon
changwonjeon previously approved these changes Jan 17, 2025
Copy link
Contributor

@changwonjeon changwonjeon 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

  • Template Rule 준수 여부: 이상없음

  • Table of Contents 링크 확인: 수정완료 -> 이상없음

  • 이미지 파일명 검토: 수정완료 -> 이상없음

  • 최신 import 방식 사용 여부: 이상없음

  • 코드 동작 확인: 이상없음

  • 제출 파일 확인: 이상없음

  • 기타 의견:
    이전 2가지 요청사항에 대해 빠른 수정 감사합니다.
    자료 작성하시느라 고생 많으셨습니다!

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

@musangk musangk 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: Linux

    • Windows / Mac / Linux (해당 OS를 기재해주세요)
  • Template Rule 준수 여부:

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

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

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

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

    • 모든 코드가 오류 없이 동작하는가? (Check 표기)
  • 제출 파일 확인:

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

    • 리뷰 피드백 모두 정성스럽게 수정해주시고 답변해주셔서 감사합니다. 💯

Copy link
Contributor

@sungchul2 sungchul2 left a comment

Choose a reason for hiding this comment

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

🖥️ OS: 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, 한국어 기술 가능}
    • 리뷰가 늦어서 죄송합니다ㅠㅠ 다른 분들께서 꼼꼼하게 봐주셔서 따로 코멘트는 없습니다.
    • 다만, 이미지 경로만 규칙에 따라 수정해주시면 좋을 것 같습니다.

@krkrong krkrong changed the title [E-3] 13-Langchain-Expression-Language / 04-Routing [N-3] 13-Langchain-Expression-Language / 04-Routing Jan 18, 2025
@sohyunwriter sohyunwriter added the docs tutorial label Jan 18, 2025
leebeanbin and others added 3 commits January 19, 2025 18:43
[Title] Routing
[Version] Review fix
[Language] ENG
[Packages] langchain, langchain_openai, langchain_core, pydantic

- fix image name
@leebeanbin leebeanbin dismissed stale reviews from changwonjeon and musangk via cf2a534 January 19, 2025 09:57
@leebeanbin leebeanbin requested a review from sungchul2 January 19, 2025 09:58
sungchul2
sungchul2 previously approved these changes Jan 19, 2025
Copy link
Contributor

@sungchul2 sungchul2 left a comment

Choose a reason for hiding this comment

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

🖥️ OS: 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, 한국어 기술 가능}

Copy link
Contributor

@musangk musangk left a comment

Choose a reason for hiding this comment

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

파일명 수정해주신 부분이 코드 적용이 안되어서 추가 내용 남깁니다.
확인 부탁드립니다.

@leebeanbin leebeanbin requested a review from musangk January 21, 2025 08:33
[Title] Routing
[Version] Review fix
[Language] ENG
[Packages] langchain, langchain_openai, langchain_core, pydantic

- fix image name and add 0 front of file name
[Title] Routing
[Version] Review fix
[Language] ENG
[Packages] langchain, langchain_openai, langchain_core, pydantic

- fix image name and add 0 front of file name
[Title] Routing
[Version] Review fix
[Language] ENG
[Packages] langchain, langchain_openai, langchain_core, pydantic

- fix image name and add 0 front of file name
Copy link
Contributor

@musangk musangk 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 5f16828 into LangChain-OpenTutorial:main Jan 22, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants