-
Notifications
You must be signed in to change notification settings - Fork 282
Proofread: 17 - LangGraph / 17 - LongTermMemoryAgent #697 #700
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
현재 다시 확인해보니 소제목(###) 표시가 덜 되어 있는 것 같습니다. Inspired by ResearchThe concept of long-term memory in agents is inspired by papers like MemGPT and is based on our own work. The agent extracts memories from chat interactions and stores them in a database. Memory RepresentationIn this tutorial, "memory" is represented in two ways:
Key Idea: Shared Memory Across ConversationsThe key idea is that by saving memories, the agent persists information about users that is shared across multiple conversations (threads), which is different from memory of a single conversation that is already enabled by LangGraph's persistence. 만약 의도하신 바라면 그대로 comment를 남겨주시고 approve하겠습니다. |
안녕하세요 @hong-seongmin 님 감사합니다 ~ |
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.
큰 오류를 발견하지 못하였습니다.
수고하셨습니다.
안녕하세요 @acho98 님, 수정사항이 있습니다. ![]() References 밑에는 ---- 처리를 해주셔야 합니다. 이 부분만 수정해주시면 approve하겠습니다~ |
+) PR 양식이 따로 있는걸로 알고 있는데, 내용 수정해주세요~! |
수정하였습니다 ~ |
수정하였습니다. 감사합니다 ~ |
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.
수고하셨습니다:)
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.
수고하셨습니다.
@BAEM1N 님 이거 conflict resolve 한 번 봐주실 수 있어요? |
제가 Push 권한이 없어서 코멘트로 대체하겠습니다.
위 두과정을 선행해주시고 conflicts이 풀리는지 확인해봐야할거같습니다! |
@BAEM1N 님께 |
git checkout byoon_pr_0217
# 메인 브랜치의 최신 내용을 가져온 후 rebase
git pull origin main
git rebase main 위 명령어를 실행해 현재 PR을 올린 브랜치로 이동한 다음, 이후 아래 명령어를 실행하여 현재 PR에 올린 커밋 내용이 제대로 남는지 확인해 주세요. # 충돌 해결 후 아래 명령어 입력
git rebase --continue
# 최종적으로 push (강제 푸시 필요할 수 있음)
git push acho98 byoon_pr_0217 --force-with-lease 현재 충돌이 발생한 이유는, PR은 |
@BAEM1N 님 @teddylee777 님 |
* create weaviate_vectordb.py * commit * add create_collection func * fix delete, search func * notebook fix * upsert fix * search fix * delete fix * all run * delete base.py * review fix
* [N-2] 09-VectorStore / 07-MongoDB-Atlas - Add initial MongoDBAtlas class * [N-2] 09-VectorStore / 07-MongoDB-Atlas - Add initial MongoDBAtlasDocumentManager - Modify MongoDBAtlas method signatures * [N-2] 09-VectorStore / 07-MongoDB-Atlas - Add load and split data in MongoDBAtlasDocumentManager * [N-2] 09-VectorStore / 07-MongoDB-Atlas - Modify to use mongodb_atlas.py method * [N-2] 09-VectorStore / 07-MongoDB-Atlas - Add upsert, upsert_parallel, search, delete - Modify document type * [N-2] 09-VectorStore / 07-MongoDB-Atlas - Modify tutorial explanation - Add docstring in MongoDBAtlas * [N-2] 09-VectorStore / 07-MongoDB-Atlas - Modify tutorial explanation - Add docstring in MongoDBAtlasDocumentManager
* feat: add elasticsearch_interface.py file * Update Elasticsearch Document manager and improve document handling. * fix: elasticsearch.py 로 파일명 수정 * fix: elasticsearch.py 로 파일명 수정 * fix: document_id 목록을 가져올 때, size를 설정할 수 있도록 변경 * fix: utils/elasticsearch.py 에 맞춰 튜토리얼 재작성 * docs: 기본 검색일 때, BM25 알고리즘으로 검색한다는 설명 추가
검수팀 수정사항 반영 - 불릿 포인트 비어있는 부분 수정
[Title] Translation [Version] proofread fix [Language] ENG
- fix typo
- remove blank cell
- docs: Update backticks
@BAEM1N 님, @teddylee777 님 |
@BAEM1N 님, @teddylee777 님 신규 PR 올렸습니다. (링크 #844) 감사합니다. |
신규 PR 오픈으로 인하여 close 하겠습니다. |
{PR Message - Write freely, remove this bracket if unnecessary}
Author Checklist
Review Template (Intial PR)
🖥️ OS: Win/Mac/Linux
✅ Checklist
If no one reviews your PR within a few days, please @-mention one of teddylee777, musangk, BAEM1N
@hong-seongmin 님, @BokyungisaGod 님 감사합니다.