Hi, I'm encountering an issue, and here's what happened. I added the Tavily tool, added the Tavily key to the .env file, and then I included TAVILY_API_KEY: ${TAVILY_API_KEY} in the agent-chain-server service within docker compose. Additionally, I added RUN pip3 install --no-cache-dir tavily-python to the Dockerfile. Afterward, I started everything using docker compose -f deploy/compose/docker-compose.yaml --profile local-nim up -d. While the status check showed everything was healthy, accessing localhost results in an error with no response. Can you please help me with this?
Hi, I'm encountering an issue, and here's what happened. I added the Tavily tool, added the Tavily key to the .env file, and then I included TAVILY_API_KEY: ${TAVILY_API_KEY} in the agent-chain-server service within docker compose. Additionally, I added RUN pip3 install --no-cache-dir tavily-python to the Dockerfile. Afterward, I started everything using docker compose -f deploy/compose/docker-compose.yaml --profile local-nim up -d. While the status check showed everything was healthy, accessing localhost results in an error with no response. Can you please help me with this?