[E-2]03-OutputParser/03-StructedOutputParser#95
Merged
teddylee777 merged 8 commits intoLangChain-OpenTutorial:mainfrom Jan 3, 2025
Merged
[E-2]03-OutputParser/03-StructedOutputParser#95teddylee777 merged 8 commits intoLangChain-OpenTutorial:mainfrom
teddylee777 merged 8 commits intoLangChain-OpenTutorial:mainfrom
Conversation
ranian963
reviewed
Jan 3, 2025
Contributor
ranian963
left a comment
There was a problem hiding this comment.
References
LangChain Structured output parser
이 링크가 다른 링크로 되어 있는 것 같습니다.
들어가니 내용은 비슷하나 다른 함수를 호출 하고 있습니다.
PydanticOutputParser로 처리하는 방법을 설명하고 있습니다.
이 링크가 더 맞을 것 같습니다.
확인 부탁드립니다. 그외에는 다 괜찮은 것 같습니다. 수고하셨습니다!
Contributor
Author
|
상윤님 리뷰 감사드립니다. 링크 고치고 커밋하였으니 approve 부탁드립니다! |
asummerz
approved these changes
Jan 3, 2025
Contributor
asummerz
left a comment
There was a problem hiding this comment.
[Review]
- Review OS(Windows/Mac/Linux): Mac
- Template Rule 가이드를 준수 하였는가(YES/NO): YES
- Table of Contents 의 링크가 원활하게 동작하는지 확인하였는가?(YES/NO): YES
- 이미지가 포함되어 있다면, 이미지의 파일명이 가이드를 준수하였는가?(YES/NO): YES
- import 구문이 예전 legacy 방식이 아닌 최신 버전을 따르는가?(YES/NO): YES
- 모든 코드가 동작에 오류 없이 동작하는가? (만약, warning 발생시 코멘트에 적어주세요): YES
모두 확인하였습니다. 수고 많으셨습니다!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
reference 링크 최신화하였고 예시를 글로벌하게 바꾸었습니다.