We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf5e10 commit 615f7d1Copy full SHA for 615f7d1
examples/README.md
@@ -1,21 +1,3 @@
1
# Examples
2
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
+This directory contains different examples of using Ollama.
0 commit comments