treygrainger / ai-powered-search

The codebase for the book "AI-Powered Search" (Manning Publications, 2024)
https://aipoweredsearch.com
152 stars 37 forks source link

`ch7/2.semantic-search.ipynb` - web server doesn't work correctly in Docker #95

Closed alexott closed 6 months ago

alexott commented 11 months ago

IFrame shows connection refused even if web server is running.

But in general - it's not clear why we need it in this notebook...

alexott commented 6 months ago

Ok, the "connection refused" happens because it's trying to call localhost, and I did run it on a remote host. Changing from localhost to the actual IP fixed the issue - we need to add a comment about it.

treygrainger commented 6 months ago

It's just running in the notebook to be consistent with the rest of the book (since everything runs in notebooks). Thanks for re-reviewing.

alexott commented 6 months ago

Fixed in the latest versions