Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

jeongkpa
Copy link
Contributor

@jeongkpa jeongkpa commented Jan 11, 2025

{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 Proofread: <01-Basic /04-LangSmith-Tracking-Setup> #172 )

  • ❌ 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)

🖥️ OS: Win/Mac/Linux   
✅ Checklist      
 - [ ] **Template**: Tutorials follows the required template. 
 - [ ] **Table of Contents(TOC) Links**: All Table of Contents links work. ((Yes/No)
 - [ ] **Image**: Image filenames follow guidelines.
 - [ ] **Imports*: All import statements use the latest versions. Ensure "langchain-teddynote" is not used. 
 - [ ] **Code Execution**: Code runs without errors.
 - Comments: {Write freely, 한국어 기술 가능}     

If no one reviews your PR within a few days, please @-mention one of teddylee777, musangk, BAEM1N

@jeongkpa jeongkpa self-assigned this Jan 11, 2025
@jeongkpa jeongkpa requested a review from Q0211 January 11, 2025 12:44
@jeongkpa jeongkpa added the proofreading 번역/검수팀 제안사항 반영 label Jan 11, 2025
@BokyungisaGod
Copy link
Contributor

안녕하세요 @jeongkpa
스크린샷 2025-01-12 오후 9 25 39
현재는 제가 직접 issue번호를 수정한 상태인데 앞으로 PR날리실 때, 위 사진과 같이 해당 issue를 정확하게 걸어주시면 감사하겠습니다! ( # 입력하고 issue번호만 입력하면 알아서 링크가 걸립니다! )
+)
스크린샷 2025-01-12 오후 9 30 52

@BokyungisaGod
Copy link
Contributor

BokyungisaGod commented Jan 12, 2025

@jeongkpa 그리고, 몇가지 수정해야 할 부분들이 보여 스크린샷과 함께 수정사항을 남겨놓았습니다. 참고하시고, 내용 수정 후 파일 남겨주시면 그때 승인하도록 하겠습니다. (** 함수명, 변수명, 모듈명에는 무조건 ``(backtick)처리를 해야 합니다. 참고해주세요.)
스크린샷 2025-01-12 오후 9 35 38

This tutorial covers how to set up and use LangSmith, a powerful platform for developing, monitoring, and testing LLM applications. LangSmith provides comprehensive tracking capabilities that are essential for understanding and optimizing your LLM applications.

LangSmith tracking helps you monitor
스크린샷 2025-01-12 오후 9 38 05

In this tutorial, we'll walk through the process of setting up LangSmith tracking and integrating it with your LangChain applications.

스크린샷 2025-01-12 오후 9 40 36

LangSmith is a platform for developing, monitoring, and testing LLM applications. If you're starting a project or learning LangChain, LangSmith is a must-have to get set up and running.

스크린샷 2025-01-12 오후 9 42 23

First, enter the key you received from LangSmith and your project information in the .env file.
LANGCHAIN_TRACING_V2,
LANGCHAIN_ENDPOINT,
LANGCHAIN_API_KEY,
LANGCHAIN_PROJECT

스크린샷 2025-01-12 오후 9 44 58

Copy the contents of .env_sample and load it into your .env with the key you set

@jeongkpa
Copy link
Contributor Author

안녕하세요 @jeongkpa스크린샷 2025-01-12 오후 9 25 39 현재는 제가 직접 issue번호를 수정한 상태인데 앞으로 PR날리실 때, 위 사진과 같이 해당 issue를 정확하게 걸어주시면 감사하겠습니다! ( # 입력하고 issue번호만 입력하면 알아서 링크가 걸립니다! ) +) 스크린샷 2025-01-12 오후 9 30 52

넵! 다음부터는 PR 날릴때 이슈 번호 꼭 붙이겠습니다!

@BokyungisaGod
Copy link
Contributor

@jeongkpa 넵~! 수정한 후 멘션+코멘트 주시면 확인 후 승인 하도록 하겠습니다~

@jeongkpa
Copy link
Contributor Author

@BokyungisaGod 했습니다!!

Copy link
Contributor

@BokyungisaGod BokyungisaGod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다:)

@jeongkpa
Copy link
Contributor Author

jeongkpa commented Jan 14, 2025 via email

@teddylee777 teddylee777 merged commit af5eb7a into LangChain-OpenTutorial:main Jan 14, 2025
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proofreading 번역/검수팀 제안사항 반영
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proofread: <01-Basic /04-LangSmith-Tracking-Setup>
4 participants