-
Notifications
You must be signed in to change notification settings - Fork 283
[N-3] 17-LangGraph / 17-LongTermMemoryAgent #521
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
[N-3] 17-LangGraph / 17-LongTermMemoryAgent #521
Conversation
[Title] LongTermMemoryAgent [Version] draft [Language] ENG [Packages] langchain_openai, langgraph, langchain, langchain_community, faiss Added draft notebook
🖥️ OS: Win
고생많으십니다. 아직 작업 중이신것으로 판단됩니다.
|
"- Peer Review: \n", | ||
"- This is a part of [LangChain Open Tutorial](https://github.com/LangChain-OpenTutorial/LangChain-OpenTutorial)\n", | ||
"\n", | ||
"[](https://colab.research.google.com/github/LangChain-OpenTutorial/LangChain-OpenTutorial/blob/main/08-EMBEDDING/02-CacheBackedEmbeddings.ipynb) [](https://academy.langchain.com/courses/take/intro-to-langgraph/lessons/58239937-lesson-2-sub-graphs)\n", |
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.
Fix Colab link.
"\n", | ||
"- Author: [byoon](https://github.com/acho98)\n", | ||
"- Design: []()\n", | ||
"- Peer Review: \n", |
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: Github (checkout was not possible) Template: Tutorials follows the required template.
@BaBetterB 님과 의견 동일합니다. |
완성 코드 커밋하였습니다. 감사합니다. |
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
✅ Checklist
[O] Template: Tutorials follows the required template.
[O] Table of Contents(TOC) Links: All Table of Contents links work. (Yes/No)
[O] Image: Image filenames follow guidelines.
[O] Imports: All import statements use the latest versions. Ensure "langchain-teddynote" is not used.
[O] Code Execution: Code runs without errors.
Comments: {Write freely, 한국어 기술 가능}
정말 고생하셨습니다.
모든 코드가 정상작동하고 구성 내용과 주석이 잘되어있어 많이 배웠습니다.
상세한 프롬프트와 Knowledge Triple 등의 설명 및 그래프 이미지를 통해
튜토리얼의 학습자가 잘 활용할수 있을듯합니다.
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 Checklist]
-
Review OS: Windows
-
Template Rule 준수 여부: 이상없음
-
Table of Contents 링크 확인: 이상없음. 다만 소문자 표기만 확인 부탁드립니다.
-
이미지 파일명 검토: 이상없음
-
최신 import 방식 사용 여부: 이상없음.
-> 다만 matplotlib, networkx 패키지 확인 부탁드립니다. -
코드 동작 확인: 이상없음. 정상작동합니다!
-
제출 파일 확인: 이상없음
-
기타 의견:
리뷰어팀 전창원입니다.
윈도우11 환경에서 실행하였으며,
코드는 정상적으로 이상없이 작동하였습니다.
초기화 루틴 등을 포함하여 꼼꼼하게 가이드 코드 작성해주셔서
보시는 분들에게도 큰 도움이 될 듯 합니다.
다만, 2개 패키지(matplotlib, networkx)가 추가 설치가 필요했습니다.
확인 부탁드립니다.
또한, TOC 작성시 소문자로 처리하는 부분도 확인 부탁드립니다.
고생 많으셨습니다.
감사합니다.
@changwonjeon 님, @BaBetterB 님 감사합니다 |
🖥️ OS: Win [O] Template: Tutorials follows the required template. 고생하셨습니다. |
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 Checklist]
-
Review OS: Windows
-
Template Rule 준수 여부: 이상없음
-
Table of Contents 링크 확인: 이상없음.
-
이미지 파일명 검토: 이상없음
-
최신 import 방식 사용 여부: 이상없음.
-
코드 동작 확인: 이상없음. 정상작동합니다!
-
제출 파일 확인: 이상없음
-
기타 의견:
리뷰어팀 전창원입니다.
윈도우11 환경에서 실행하였으며,
코드는 정상적으로 이상없이 작동하였습니다.
이전 리뷰에서 제안드린 내용에 대한 변경점도 확인하였습니다.
고생 많으셨습니다.
감사합니다.
432ba19
into
LangChain-OpenTutorial:main
[Title] LongTermMemoryAgent
[Version] draft
[Language] ENG
[Packages] langchain_openai, langgraph, langchain, langchain_community, faiss
Added draft notebook