-
Notifications
You must be signed in to change notification settings - Fork 282
ch1.Basic-07.Runnable #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
[Title] Runnable [Version] Initial [Language] ENG [Packages] langchain_core, langchain_openai A tutorial with examples demonstrating the usage of various Runnable objects.
1. Review OS: Windows 2. Template Rule 가이드를 준수 하였는가: YES 3. Table of Contents 의 링크가 원활하게 동작하는지 확인하였는가?: YES 4. 이미지가 포함되어 있다면, 이미지의 파일명이 가이드를 준수하였는가?: YES 5. import 구문이 예전 legacy 방식이 아닌 최신 버전을 따르는가?: YES 6. 모든 코드가 동작에 오류 없이 동작하는가? YES 7. 기타 의견: - 환경설정 global-local순으로 변경완료 - 설명보완 : RunnablePassthrough, itemgetter - 예시변경 : South Korea → United States of America
- Rename file
[Title] Runnable [Version] Initial [Language] ENG [Packages] langchain_core, langchain_openai - A tutorial with examples demonstrating the usage of various Runnable objects.
[Review] 1. Review OS: Windows 2. Template Rule 가이드를 준수 하였는가: YES 3. Table of Contents 의 링크가 원활하게 동작하는지 확인하였는가?: YES 4. 이미지가 포함되어 있다면, 이미지의 파일명이 가이드를 준수하였는가?: YES 5. import 구문이 예전 legacy 방식이 아닌 최신 버전을 따르는가?: YES 6. 모든 코드가 동작에 오류 없이 동작하는가? (만약, warning 발생시 코멘트에 적어주세요): NO 7. 기타 의견: 코드 작성이 익숙치 않아 오류가 있을 수 있습니다. 알려주시면 수정하겠습니다.
…OpenTutorial into pr/37" This reverts commit 4204b2a, reversing changes made to ab63892.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
문제점을 발견하지 못했습니다
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review OS: Windows
Template Rule 가이드를 준수 하였는가: YES
Table of Contents 의 링크가 원활하게 동작하는지 확인하였는가?: YES
이미지가 포함되어 있다면, 이미지의 파일명이 가이드를 준수하였는가?: YES
import 구문이 예전 legacy 방식이 아닌 최신 버전을 따르는가?: YES
모든 코드가 동작에 오류 없이 동작하는가? (만약, warning 발생시 코멘트에 적어주세요):
%%capture --no-stderr
!pip install langchain-opentutorial
단계에서 일부 warning이 있습니다
기타 의견: 큰 문제를 발견하지는 못했습니다
@hong-seongmin 님 리뷰 가이드 한 번 확인 후 맞게 다시 남겨 주시면 감사드리게습니다. 양식은 아래와 같으며 discord 채널에 리뷰어를 위한 가이드 안내 되어 있습니다. [Review]
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Review]
- Review OS: Windows
- Template Rule 가이드를 준수 하였는가: YES
- Table of Contents 의 링크가 원활하게 동작하는지 확인하였는가?: YES
- 이미지가 포함되어 있다면, 이미지의 파일명이 가이드를 준수하였는가?: YES
- import 구문이 예전 legacy 방식이 아닌 최신 버전을 따르는가?: YES
- 모든 코드가 동작에 오류 없이 동작하는가? : Yes
- 기타 의견:
- 전반적으로 내용이 풍부했습니다. 고생 많으셨습니다.
[Title] Runnable
[Version] Initial
[Language] ENG
[Packages] langchain_core, langchain_openai
A tutorial with examples demonstrating the usage of various Runnable objects.