[E-2] 03-OutputParser / 01-PydanticOutputParser #319
Merged
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.
{PR Message - Write freely, remove this bracket if unnecessary}
Author Checklist
[O] PR Title Format: I have confirmed that the PR title follows the correct format. (e.g., [N-2] 07-Text Splitter / 07-RecursiveCharacterTextSplitter)
[O] 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.
고생해주신 보경님, 규식님 감사드립니다.
Table of Contents 쪽 - [Environement Setup]~에서 Environement를
Environment로 수정 -> O
!pip install langchain-opentutorial를
%pip install langchain-opentutorial로 수정
*참고: 앞으로도 ! 대신 %로 통일 할 것 같습니다
-You can checkout the [langchain-opentutorial]~ 에서 checkout 를
check out로 수정
마크다운 형식
.env를 .env로 수정 수정
문법 교정
For example, you can return instructions as a string that describe the fields ~ 에서 describe를
describes로 수정 수정 -> O
easy-to-use environment setup, useful에서 setup를
setups로 수정 수정 -> O
'functions' 뒤에 쉼표 추가: useful functions and utilities → useful functions, and utilities (크게 신경쓸만한 포인트는 아닌 것 같지만 한번 수정해봤습니다.)
'such as' 앞에 쉼표 추가: "API keys such as OPENAI_API_KEY" → "API keys, such as OPENAI_API_KEY" 수정 -> O
'an'삭제: When provided with an email content → When provided with email content 수정
+) 수정하시고 리뷰어 걸어주실 때, 저랑 규식(Q0211)님 걸어주시면 됩니다!