2023-10-30 22:40:14 +01:00

22 lines
237 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
```
Running this example will open a web server with port 7860:
```
```