-
Notifications
You must be signed in to change notification settings - Fork 282
[E-1] 01-BASIC / 05-LCELLangChain Expression Language(LCEL) #101
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] 05-LCEL [Version] initial [Language] ENG [Packages] langchain_core.prompts, langchain_openai, langchain_teddynote, langchain_opentutorial LangChain PromptTemplate Tutorial
<수정사항> - 제목 수정 -> "LCEL"이 반복되어서 수정하였습니다. - Table of Contents 링크 수정하였습니다. -load_dotenv() 에 override=True 추가하였습니다. <변경사항> -테디노트 패키지 활용하는 코드 -> 패키지 불러오지 않고 실행되게끔 변경하였습니다. - 랭스미스 추적 코드 - streaming 코드 - 예제 변경 - 영어로 시나리오 생성하고 한국어로도 번역한 결과를 받는 예제가 있는데, 영문 튜토리얼이다보니 한국어 번역 결과는 적합하지 않은 것 같아서 영어로 시나리오 생성, 시나리오 설명으로 변경하였습니다. <추가사항> - OutputParser 소제목 아래 설명이 비어있어 추가하였습니다.
제목을 수정하였더니 두 개 파일 생성 된 것 처럼 되어서 삭제합니다.
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(Windows/Mac/Linux): Mac
- Template Rule 가이드를 준수 하였는가(YES/NO): Yes
- Table of Contents 의 링크가 원활하게 동작하는지 확인하였는가?(YES/NO): No
- Table of Contents와 대제목이 조금 다르거나 누락되어 있어서 수정하였습니다.
- 이미지가 포함되어 있다면, 이미지의 파일명이 가이드를 준수하였는가?(YES/NO): NO
- import 구문이 예전 legacy 방식이 아닌 최신 버전을 따르는가?(YES/NO): Yes
- 모든 코드가 동작에 오류 없이 동작하는가? (만약, warning 발생시 코멘트에 적어주세요): Yes
- 기타 의견:
- 설명 추가와 예제 변경을 해 커밋해 두었습니다. (커밋 메시지에 설명 추가해두었습니다)
- 이미지만 assets 경로에 넣어주시고, 이미지 명 또한 이미지 파일명 작성 가이드에 따라 작성 부탁드립니다 :)
[Title] 03-LangChain Hub [Version] initial [Language] ENG [Packages] langchain, langchain.prompts
1. Review OS: Windows 2. Template Rule 가이드를 준수 하였는가: YES 3. Table of Contents 의 링크가 원활하게 동작하는지 확인하였는가?: YES 4. 이미지가 포함되어 있다면, 이미지의 파일명이 가이드를 준수하였는가?: YES 5. import 구문이 예전 legacy 방식이 아닌 최신 버전을 따르는가?: YES 6. 모든 코드가 동작에 오류 없이 동작하는가? : Yes 7. 기타 의견: - 모든 코드가 정상적으로 작동하고 내용이 잘 구성되어 있습니다. - 이미지 링크가 잘 작동하도록 수정하였습니다. 고생 많으셨습니다.
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: Windows
- Template Rule 가이드를 준수 하였는가: YES
- Table of Contents 의 링크가 원활하게 동작하는지 확인하였는가?: YES
- 이미지가 포함되어 있다면, 이미지의 파일명이 가이드를 준수하였는가?: YES
- import 구문이 예전 legacy 방식이 아닌 최신 버전을 따르는가?: YES
- 모든 코드가 동작에 오류 없이 동작하는가? : Yes
- 기타 의견:
- 모든 코드가 정상적으로 작동하고 내용이 잘 구성되어 있습니다.
- 이미지 링크가 잘 작동하도록 수정하였습니다. 고생 많으셨습니다.
이미지 파일명 가이드에 맞게 수정하였습니다.
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
- 이미지가 포함되어 있다면, 이미지의 파일명이 가이드를 준수하였는가?: YES
- import 구문이 예전 legacy 방식이 아닌 최신 버전을 따르는가?: YES
- 모든 코드가 동작에 오류 없이 동작하는가? : Yes
- 수정사항 없습니다.
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 OS: Windows
Template Rule 가이드를 준수 하였는가: YES
Table of Contents 의 링크가 원활하게 동작하는지 확인하였는가?: YES
이미지가 포함되어 있다면, 이미지의 파일명이 가이드를 준수하였는가?: YES
import 구문이 예전 legacy 방식이 아닌 최신 버전을 따르는가?: YES
모든 코드가 동작에 오류 없이 동작하는가? : Yes
기타 의견:
- 확인 완료하였습니다.
c9473ee
No description provided.