You can use these credentials to authenticate the following nodes:

  • Ollama
  • Chat Ollama
  • Embeddings Ollama

Prerequisites

Create and run an Ollama instance with one user. Refer to the Ollama Quick Start for more information.

Supported authentication methods

  • Instance URL

Refer to Ollama’s API documentation for more information about the service.

Using instance URL

To configure this credential, you’ll need:

  • The Base URL of your Ollama instance.

The default Base URL is http://localhost:11434, but if you’ve set the OLLAMA_HOST environment variable, enter that value. If you have issues connecting to a local server, try 127.0.0.1 instead of localhost.

Refer to How do I configure Ollama server? for more information.