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

Skip to content

Conversation

Hye-yoonJeong
Copy link
Contributor

@Hye-yoonJeong Hye-yoonJeong commented Jan 14, 2025

기존 튜토리얼에서는 langchain_teddynote의 AgentStreamParser, AgentCallbacks 를 사용. langchain_teddynote 를 사용하지 않기 위해 함수로 구현한 부분에 대해 다른 분들의 의견이 보완되면 좋을 것 같습니다.

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)

🖥️ 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

[Title] CSV/Excel Analysis Agent
[Version] initial
[Language] ENG
[Packages] langchain_experimental, langchain_openai, langchain_core.agents
[Title] CSV/Excel Analysis Agent
[Version] initial
[Language] ENG
[Packages] langchain_experimental, langchain_openai, langchain_core.agents
[Title] CSV/Excel Analysis Agent
[Version] initial
[Language] ENG
[Packages] langchain_experimental, langchain_openai, langchain_core.agents
[Title] CSV/Excel Analysis Agent
[Version] initial
[Language] ENG
[Packages] langchain_experimental, langchain_openai, langchain_core.agents
@BaBetterB
Copy link
Contributor

🖥️ OS: Win/Mac/Linux
✅ Checklist

  • [O] Template: Tutorials follows the required template.
  • [O] Table of Contents(TOC) Links: All Table of Contents links work. (Yes/No)
  • 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, 한국어 기술 가능}

stream respose로 직접 구현 하신 부분 대단하시고 고생 많으셨습니다.
코드 수정 요청은 없습니다.

python 코드안에서 참조하는 lib 들을 명시적으로 import 하면 어떨지 검토 부탁드립니다. (대부분 이미 있으실것같기는 합니다)

라이브러리 import

import matplotlib.pyplot as plt
import seaborn as sns
import numpy as np
%matplotlib inline  # 그래프를 Notebook 안에 표시하도록 설정

Copy link
Contributor

@gyjong gyjong left a 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: Mac
  • Template Rule 준수 여부: Template Rule 가이드를 준수
  • Table of Contents 링크 확인: Table of Contents의 링크가 원활하게 동작
  • 이미지 파일명 검토: 이미지가 포함되어 있다면, 이미지의 파일명이 가이드를 준수
  • 최신 import 방식 사용 여부: import 구문이 최신 버전
  • 코드 동작 확인: 모든 코드가 오류 없이 동작
  • 제출 파일 확인: 꼭 필요한 파일들만 제출
  • 기타 의견:
    고생 많으셨습니다.
    ./data/titanic.csv 파일 같이 필요 한것 같습니다. 확인 부탁 드립니다.

Copy link
Contributor

@gyjong gyjong left a 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: Mac
  • Template Rule 준수 여부: Template Rule 가이드를 준수
  • Table of Contents 링크 확인: Table of Contents의 링크가 원활하게 동작
  • 이미지 파일명 검토: 이미지가 포함되어 있다면, 이미지의 파일명이 가이드를 준수
  • 최신 import 방식 사용 여부: import 구문이 최신 버전
  • 코드 동작 확인: 모든 코드가 오류 없이 동작
  • 제출 파일 확인: 꼭 필요한 파일들만 제출
  • 기타 의견:
    ./data/titanic.csv 파일은 사용자가 다운하여 사용 하도록 되어 있습니다.
    학습관점에서 한번 데이터를 이렇게 다운해서 적용하는것도 방법일것 같습니다.
    고생 많으셨습니다.

@teddylee777 teddylee777 merged commit 6a98622 into LangChain-OpenTutorial:main Jan 16, 2025
1 of 2 checks passed
@sohyunwriter sohyunwriter added the docs tutorial label Jan 18, 2025
@Hye-yoonJeong Hye-yoonJeong deleted the branch-week3 branch January 20, 2025 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs tutorial
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants