diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index 2385bac..875323f 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -37,7 +37,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: '3.13' cache: 'pip' - name: Install dependencies diff --git a/docker/.env.template/.env.full b/docker/.env.template/.env.full index e61123d..992c768 100644 --- a/docker/.env.template/.env.full +++ b/docker/.env.template/.env.full @@ -25,9 +25,9 @@ EMBEDDING_PROVIDER=ollama # ============================================ # Ollama Configuration (local or docker) # ============================================ -# For Ollama in Docker (with-ollama profile) +# Use this if running Ollama in Docker (with-ollama profile): OLLAMA_BASE_URL=http://ollama:11434 -# For Ollama on host machine +# Use this if running Ollama on your host machine (outside Docker): # OLLAMA_BASE_URL=http://host.docker.internal:11434 OLLAMA_PORT=11434