https://github.com/neulhan/langchain-session
https://github.com/neulhan/langchain-session
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/neulhan/langchain-session
- Owner: Neulhan
- Created: 2024-09-04T12:27:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-21T00:14:28.000Z (over 1 year ago)
- Last Synced: 2024-11-21T01:17:28.726Z (over 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LangChain 세션 강의자료
## 실행방법
```shell
python -m venv venv
```
```shell
# Mac
source venv/bin/activate
# Windows git bash
source venv\Scripts\activate
```
```shell
pip install -r requirements.txt
```
```shell
# 실행
python tutorial_translator1.py
```