ollama/examples
Matt Williams cdf5e106ae rename dirs
Signed-off-by: Matt Williams <m@technovangelist.com>
2023-10-11 06:10:24 -07:00
..
modelfile-10tweets rename dirs 2023-10-11 06:10:24 -07:00
modelfile-devopsengineer rename dirs 2023-10-11 06:10:24 -07:00
modelfile-mario rename dirs 2023-10-11 06:10:24 -07:00
modelfile-midjourney rename dirs 2023-10-11 06:10:24 -07:00
modelfile-recipemaker rename dirs 2023-10-11 06:10:24 -07:00
modelfile-sentiments rename dirs 2023-10-11 06:10:24 -07:00
modelfile-tweetwriter rename dirs 2023-10-11 06:10:24 -07:00
nodejs-mentors rename dirs 2023-10-11 06:10:24 -07:00
python-dockerit rename dirs 2023-10-11 06:10:24 -07:00
python-simplegenerate rename dirs 2023-10-11 06:10:24 -07:00
with-langchain-python-rag-document rename dirs 2023-10-11 06:10:24 -07:00
with-langchain-python-rag-privategpt rename dirs 2023-10-11 06:10:24 -07:00
with-langchain-python-rag-websummary rename dirs 2023-10-11 06:10:24 -07:00
with-langchain-python-simplegenerate rename dirs 2023-10-11 06:10:24 -07:00
README.md rename the models to be more descriptive 2023-10-10 17:40:02 -07:00

Examples

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