Unverified Commit 755ac3b0 authored by Parth Sareen's avatar Parth Sareen Committed by GitHub
Browse files

docs: update n8n URL for Ollama (#12994)

parent 60b89735
...@@ -25,8 +25,23 @@ Install [n8n](https://docs.n8n.io/choose-n8n/). ...@@ -25,8 +25,23 @@ Install [n8n](https://docs.n8n.io/choose-n8n/).
width="75%" width="75%"
/> />
</div> </div>
3. Confirm Base URL is set to `http://localhost:11434` and click **Save** 3. Confirm Base URL is set to `http://localhost:11434` if running locally or `http://host.docker.internal:11434` if running through docker and click **Save**
<Note> If connecting to `http://localhost:11434` fails, use `http://127.0.0.1:11434`</Note>
<Note>
In environments that don't use Docker Desktop (ie, Linux server installations), `host.docker.internal` is not automatically added.
Run n8n in docker with `--add-host=host.docker.internal:host-gateway`
or add the following to a docker compose file:
```yaml
extra_hosts:
- "host.docker.internal:host-gateway"
```
</Note>
You should see a `Connection tested successfully` message.
4. When creating a new workflow, select **Add a first step** and select an **Ollama node** 4. When creating a new workflow, select **Add a first step** and select an **Ollama node**
<div style={{ display: 'flex', justifyContent: 'center' }}> <div style={{ display: 'flex', justifyContent: 'center' }}>
<img <img
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment