The Rivet Ollama Plugin is a plugin for Rivet to allow you to use Ollama to run and chat with LLMs locally and easily. It adds the following nodes:
- Ollama Chat
- Ollama Embedding
- Get Ollama Model
- List Ollama Models
- Pull Model to Ollama
Table of Contents
To run Ollama so that Rivet's default browser executor can communicate with it, you will want to start it with the following command:
OLLAMA_ORIGINS=* ollama serve
If you are using the node executor, you can omit the OLLAMA_ORIGINS
environment variable.