-
Notifications
You must be signed in to change notification settings - Fork 282
[E-4] 05-MEMORY / 01-ConversationBufferMemory #20
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-4] 05-MEMORY / 01-ConversationBufferMemory #20
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.
맥북에서 코드 정상 작동하는 것까지 확인 완료되었습니다. 리뷰에 남긴 것과 같이 when이 중복해서 나타나는 부분만 수정되면 완벽할 것 같습니다 👍
고생하셨습니다!
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 : Mac
- Template Rule 가이드를 준수 하였는가 : YES
- Table of Contents 의 링크가 원활하게 동작하는지 확인하였는가? : YES
- 이미지가 포함되어 있다면, 이미지의 파일명이 가이드를 준수하였는가? : N/A(이미지 없음)
- import 구문이 예전 legacy 방식이 아닌 최신 버전을 따르는가? : YES
- 모든 코드가 동작에 오류 없이 동작하는가? : YES
- 기타 의견: 가이드에 맞춰 잘 작업해주신 것 같습니다 👍
ConversationBufferMemory
ConversationBufferMemory
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] - ConversationBufferMemory
- Review OS(Windows/Mac/Linux): Mac
- Template Rule 가이드를 준수 하였는가(YES/NO): YES
- Table of Contents 의 링크가 원활하게 동작하는지 확인하였는가?(YES/NO): YES
- 이미지가 포함되어 있다면, 이미지의 파일명이 가이드를 준수하였는가?(YES/NO): N/A
- import 구문이 예전 legacy 방식이 아닌 최신 버전을 따르는가?(YES/NO): YES
- 모든 코드가 동작에 오류 없이 동작하는가? YES
- 기타 의견
@BAEM1N 의견 감사합니다. |
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.
고생하셨습니다~!!!😄
[Title] Added
ConversationBufferMemory
[Version] initial
[Language] ENG
[Package] langchain, langchain-openai
ConversationBufferMemory
class, detailing its usage for storing and retrieving conversation history.ConversationChain
.