Skip to content
Discussion options

You must be logged in to vote

@nikhilsimha85 since you're running in docker, you need to point to the host machine, not localhost.

on macos, this should be host.docker.internal

> docker run --rm -it -p 8888:8888 -p 9999:9999 -e HINDSIGHT_API_LLM_PROVIDER=ollama -e HINDSIGHT_API_LLM_BASE_URL=http://host.docker.internal:11434/v1 -e HINDSIGHT_API_LLM_MODEL=gemma3:270m ghcr.io/vectorize-io/hindsight:latest



  ▄▄       ▄▄
 ▄ ▀▄ ▄▄▄ ▄▀ ▄
▀▀▄▄▄▄▀▀▀▄▄▄▄▀▀
   ▄▄▄ ▄ ▄▄▄
 ▄▀ ▀▀▄▄▄▀  ▀▄

  Hindsight: Agent Memory That Works Like Human Memory

2026-01-23 09:37:27,522 - INFO - hindsight_api.config - Database: pg0
2026-01-23 09:37:27,522 - INFO - hindsight_api.config - LLM: provider=ollama, model=gemma3:270m
2026-01-23 09:37:27,52…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@nikhilsimha85
Comment options

@nikhilsimha85
Comment options

@nicoloboschi
Comment options

Answer selected by nicoloboschi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants