15 lines
166 B
Markdown
15 lines
166 B
Markdown
# LangChain
|
|
|
|
This example is a basic "hello world" of using LangChain with Ollama.
|
|
|
|
## Setup
|
|
|
|
```
|
|
pip install -r requirements.txt
|
|
```
|
|
|
|
## Run
|
|
|
|
```
|
|
python main.py
|
|
```
|