-
Notifications
You must be signed in to change notification settings - Fork 282
[E-1] 14-Chains / 03-StructuredOutputChain #375
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
[E-1] 14-Chains / 03-StructuredOutputChain #375
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.
🖥️ 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`
이 부분은 merge된 후 인프라팀에서 워크플로우 돌려서 뱃지 업데이트 하는 것으로 알고 있습니다.
이건 저도 동일한 경고가 발생해 이후 버전으로 반영해 커밋하였습니다. |
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.
🖥️ 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
으로 변경하였으며, 코드가 문제없이 실행되는 것을 확인하고 커밋하였습니다. (참고링크)
@jinucho @ErikaPark
추가 개선점이 있다면 말씀해 주세요. |
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.
🖥️ 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: 코랩, 깃 뱃지는 제가 디스코드에 잘 못 봤나봐요 ㅎㅎ
동작 확인 하였고 이상 없습니다.
고생하셨습니다.
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.
🖥️ 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, 한국어 기술 가능}
- 코드하였으며 전부 정상 작동합니다. 고생하셨습니다.
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.
🖥️ 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: 수정사항들 모두 반영하시느라 고생하셨습니다!!
e8febfd
into
LangChain-OpenTutorial:main
안녕하세요. 리뷰 부탁드리겠습니다.
랭체인노트에서 사용된 퀴즈 예제가 너무 한국적(?)이라서 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