[E-1] 14-Chains / 03-StructuredOutputChain#375
Merged
teddylee777 merged 3 commits intoJan 19, 2025
Conversation
jinucho
reviewed
Jan 15, 2025
Contributor
There was a problem hiding this comment.
🖥️ OS: Mac
✅ Checklist
- Template: Tutorials follows the required template.
- Table of Contents(TOC) Links: All Table of Contents links work. (Yes/No)
- [N/A] 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:
- Overview쪽 코랩과 깃 뱃지의 주소를 변경해야 합니다.(템플릿으로 되어 있습니다.)
- from langchain_core.pydantic_v1 import BaseModel
- import 시 pydantic_v1 경고가 발생 합니다. v2로 변경해야 할 것 같습니다.
…r version * 프로젝트명 추가`"LANGCHAIN_PROJECT": "Structured-Output-Chain"` * `langchain_core.pydantic_v1` -> `pydantic`
Contributor
이 부분은 merge된 후 인프라팀에서 워크플로우 돌려서 뱃지 업데이트 하는 것으로 알고 있습니다.
이건 저도 동일한 경고가 발생해 이후 버전으로 반영해 커밋하였습니다. |
ErikaPark
reviewed
Jan 15, 2025
Contributor
There was a problem hiding this comment.
🖥️ OS: �Mac
✅ Checklist
- Template: Tutorials follows the required template.
- 헤더 아래에 설명 추가 필요
- Table of Contents(TOC) Links: All Table of Contents links work. (Yes/No)
- Imports: All import statements use the latest versions. Ensure "langchain-teddynote" is not used.
- Code Execution: Code runs without errors.
- Comments:
- Invoking Generation Chain 섹션에 설명이 추가될 필요가 있어 보입니다. 각 헤더 아래에 간략한 설명을 반드시 추가해야 했던 것으로 기억합니다.
- References 섹션에 참고자료가 없을 경우 헤더를 삭제해야 할지 고민했으나, 일단 유지하였습니다.
- 환경변수 설정에서
"LANGCHAIN_PROJECT": "Structured-Output-Chain"을 추가하고 커밋하였습니다. langchain_core.pydantic_v1을pydantic으로 변경하였으며, 코드가 문제없이 실행되는 것을 확인하고 커밋하였습니다. (참고링크)
Contributor
Author
|
@jinucho @ErikaPark
추가 개선점이 있다면 말씀해 주세요. |
jinucho
approved these changes
Jan 17, 2025
jinucho
left a comment
Contributor
There was a problem hiding this comment.
🖥️ OS: Mac
✅ Checklist
- Template: Tutorials follows the required template.
- Table of Contents(TOC) Links: All Table of Contents links work. (Yes/No)
- [N/A] 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: 코랩, 깃 뱃지는 제가 디스코드에 잘 못 봤나봐요 ㅎㅎ
동작 확인 하였고 이상 없습니다.
고생하셨습니다.
jeong-wooseok
approved these changes
Jan 18, 2025
Contributor
There was a problem hiding this comment.
🖥️ 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, 한국어 기술 가능}
- 코드하였으며 전부 정상 작동합니다. 고생하셨습니다.
ErikaPark
approved these changes
Jan 18, 2025
ErikaPark
left a comment
Contributor
There was a problem hiding this comment.
🖥️ 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: 수정사항들 모두 반영하시느라 고생하셨습니다!!
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.
안녕하세요. 리뷰 부탁드리겠습니다.
랭체인노트에서 사용된 퀴즈 예제가 너무 한국적(?)이라서 Topic을 K-FOOD로 수정하였습니다.
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)
If no one reviews your PR within a few days, please @-mention one of teddylee777, musangk, BAEM1N