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 02ae651 commit 7a7329aCopy full SHA for 7a7329a
cmd/aigw/README.md
@@ -82,6 +82,7 @@ Here are values we use for Ollama:
82
83
The `create-embeddings` service uses `curl` to send an embeddings request
84
to the AI Gateway CLI (aigw) which routes it to Ollama.
85
+
86
```bash
87
docker compose run --rm create-embeddings
88
```
cmd/aigw/docker-compose.yaml
@@ -22,7 +22,7 @@ services:
22
image: alpine/ollama
23
container_name: ollama-pull
24
environment:
25
- OLLAMA_HOST: localhost:11434 # intentionally not 127.0.0.1
+ OLLAMA_HOST: localhost:11434 # intentionally not 127.0.0.1
26
env_file:
27
- ../../.env.ollama
28
entrypoint: sh
0 commit comments