-
Notifications
You must be signed in to change notification settings - Fork 282
N-1/06-DocumentLoader/10-Json_Loader #78
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
[Title] JsonLoader [Version] Initial [Language] ENG [Packages] langchain, langchain-openai, langchain-community - json 생성 로직 추가
N-1/06-DocumentLoader/09-Json_Loader
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): Mac
-
Template Rule 가이드를 준수 하였는가(YES/NO): NO
Author 섹션- 문제: Open in Colab 및 LangChain Academy 배지가 누락됨
- 해결 방법: 아래 마크다운을 Author 섹션에 추가:
[](https://colab.research.google.com/github/langchain-ai/langchain-academy/blob/main/module-4/sub-graph.ipynb) [](https://academy.langchain.com/courses/take/intro-to-langgraph/lessons/58239937-lesson-2-sub-graphs)
References 섹션
- 문제: References 헤딩이 잘못된 포맷으로 작성됨
- 해결 방법: 헤딩을 H3 (
### References
)로 변경
Environment Setup
- 문제: Environment Setup 섹션 누락
- 해결 방법: 필요한 패키지와 환경 설정에 대한 설명을 추가(jq도 같이 추가하면 좋을것 같아요)
-
Table of Contents 의 링크가 원활하게 동작하는지 확인하였는가?(YES/NO): YES
-
이미지가 포함되어 있다면, 이미지의 파일명이 가이드를 준수하였는가?(YES/NO): YES
-
import 구문이 예전 legacy 방식이 아닌 최신 버전을 따르는가?(YES/NO): YES
-
모든 코드가 동작에 오류 없이 동작하는가? (만약, warning 발생시 코멘트에 적어주세요): NO
코드 셀 오류- 문제: 첫 번째 셀에서
pprint
를 사용했으나 import되지 않아 오류 발생 - 해결 방법:
from pprint import pprint
를 두 번째 셀에서 첫 번째 셀로 이동하여 호출 전에 import하도록 수정
- 문제: 첫 번째 셀에서
-
기타 의견: 고생하셨습니다! https://docs.google.com/presentation/d/1xVJXCKV9OC4kQk3VKWL79KHitxcX-Mjj/edit#slide=id.p10 참고하셔서 양식대로 맞추시면 좋을것 같아요! ¨̮
[Title] JsonLoader [Version] Initial [Language] ENG [Packages] langchain, langchain-openai, langchain-community - json load 용 rq 의존성 추가(toml) - 뱃지, pprint 오류 반영 - 이슈 네임 & 파일명 수정 완료
[Title] JsonLoader [Version] Initial [Language] ENG [Packages] langchain, langchain-openai, langchain-community - json load 용 rq 의존성 추가(toml) - 뱃지, pprint 오류 반영 - 이슈 네임 & 파일명 수정 완료
코멘트 내용 확인 완료! 수정사항 재 반영 했습니다. |
[Title] JsonLoader [Version] Third [Language] ENG [Packages] langchain, langchain-openai, langchain-community - installations update - add setup fields and cell
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.
@forwardyoung , @syshin0116 님! 피드백 주셔서 감사합니다. 말씀 주신대로 토글과 installation 부분 수정완료 했습니다. |
[Title] JsonLoader
[Version] Initial
[Language] ENG
[Packages] langchain, langchain-openai, langchain-community