-
Notifications
You must be signed in to change notification settings - Fork 282
Create 07-EnumOutputParser.ipynb #32
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
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.
좋아요!
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/Mac/Linux): Win
Template Rule 가이드를 준수 하였는가(YES/NO): NO
Table of Contents 의 링크가 원활하게 동작하는지 확인하였는가?(YES/NO): YES
import 구문이 예전 legacy 방식이 아닌 최신 버전을 따르는가?(YES/NO): YES
모든 코드가 동작에 오류 없이 동작하는가? (만약, warning 발생시 코멘트에 적어주세요): YES
기타 의견:
1.
load_dotenv()에 overide를 추가해 주어야 할 것 같습니다.
load_dotenv(override=True) 이렇게요! 윈도우에서는 안그러면 오류가 나네요.
아마도 apikey를 불러오지 못해서 그런거 같아요!
2. 제목 template가 바뀌었습니다. 제목을 [E-2] / 03-OutputParser / 07-EnumOutputParser.ipynb으로 바꿔주세요.
[E-2] 03-OutputParser / 07-EnumOutputParser - Added `override=True` to `load_dotenv()` to ensure environment variables are properly loaded on Windows. - Changed shell-based pip installation (`!pip`) to line-magic-based installation (`%pip`) for improved compatibility in Jupyter notebooks.
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/Mac/Linux): Windows
- Template Rule 가이드를 준수 하였는가(YES/NO): YES
- Table of Contents 의 링크가 원활하게 동작하는지 확인하였는가?(YES/NO): YES
- 이미지가 포함되어 있다면, 이미지의 파일명이 가이드를 준수하였는가?(YES/NO):YES
- import 구문이 예전 legacy 방식이 아닌 최신 버전을 따르는가?(YES/NO):YES
- 모든 코드가 동작에 오류 없이 동작하는가? (만약, warning 발생시 코멘트에 적어주세요):YES
- 기타 의견: -
The merge-base changed after approval.
[Team] Existing content development teams 2
[Title] EnumOutputParser
[Version] initial
[Language] ENG
[Package] langchain, langchain-openai
LangChain EnumOutputParser Tutorial