An open API service indexing awesome lists of open source software.

https://github.com/neulhan/langchain-session


https://github.com/neulhan/langchain-session

Last synced: 5 months ago
JSON representation

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
```