Skip to content

Commit 615f7d1

Browse files
cleanup readme.
Signed-off-by: Matt Williams <[email protected]>
1 parent cdf5e10 commit 615f7d1

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

examples/README.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,3 @@
11
# Examples
22

3-
This directory contains different examples of using Ollama
4-
5-
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.
6-
7-
Folders that start with `langchain-` or `llamaindex-` use those tools to integrate Ollama with other tools.
8-
9-
Folders with `python` in the name use Python. Other languages are also used.
10-
11-
To create a model:
12-
13-
```
14-
ollama create example -f <example file>
15-
```
16-
17-
To run a model:
18-
19-
```
20-
ollama run example
21-
```
3+
This directory contains different examples of using Ollama.

0 commit comments

Comments
 (0)