Commit 615f7d1d authored by Matt Williams's avatar Matt Williams
Browse files

cleanup readme.


Signed-off-by: default avatarMatt Williams <m@technovangelist.com>
parent cdf5e106
# Examples # Examples
This directory contains different examples of using Ollama This directory contains different examples of using Ollama.
Folders that start with `base-` are the simplest examples of using Ollama. They are meant to be used as a starting point for your own models.
Folders that start with `langchain-` or `llamaindex-` use those tools to integrate Ollama with other tools.
Folders with `python` in the name use Python. Other languages are also used.
To create a model:
```
ollama create example -f <example file>
```
To run a model:
```
ollama run example
```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment