Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docker/.env.template/.env.full
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down