-
Notifications
You must be signed in to change notification settings - Fork 282
[N-3] / [17-LangGraph]/ 16-LangGraph-SemanticSearch #541
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] 16-LangGraph-SemanticSearch [Version] Initial [Language] ENG [Packages] langchain, langchain_openai, langchain_community, langgraph - add langgraph tutorial that was not in wikidocs but it was existed in LangGraph docs with Memory for LLM
[Title] 16-LangGraph-SemanticSearch [Version] Initial [Language] ENG [Packages] langchain, langchain_openai, langchain_community, langgraph - add langgraph tutorial that was not in wikidocs but it was existed in LangGraph docs with Memory for LLM - move folder location to core-feature
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.
Advanced Memory Features
위 부분의 링크가 동작하지 않습니다.
🖥️ OS: Mac
@leebeanbin I could not execute the function "visualize_graph" from langchain_opentutorial. ![]() However, I spotted some outputs to re-consider.
![]() ![]() |
"- Peer Review: [Jiwon Kim](https://github.com/brain604), [ByungGil Yoon](https://github.com/acho98)\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/16-Evaluations/02-Evaluation-using-RAGAS.ipynb) [](https://github.com/LangChain-OpenTutorial/LangChain-OpenTutorial/blob/main/16-Evaluations/02-Evaluation-using-RAGAS.ipynb)\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.
Please change the link accordingly.
Same to "Open in Github"
"## Memory Management Approaches in LangGraph\n", | ||
"\n", | ||
"### Different Memory Systems\n", | ||
"- `Checkpointing`: State persistence with thread management\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.
Change to bold which is "**" that encloses the word around in markdown format
8d4a955
{PR Message - Write freely, remove this bracket if unnecessary}
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
Comment : This tutorial refers to new one in LangGraph docs with Memory definition for LLM but it was not also in our wiki docs