ollama/examples/langchain/README.md

16 lines
166 B
Markdown
Raw Normal View History

2023-08-09 18:49:22 +00:00
# LangChain
This example is a basic "hello world" of using LangChain with Ollama.
## Setup
```
pip install -r requirements.txt
```
## Run
```
python main.py
```