treygrainger / ai-powered-search

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

Fixes Chapter 7, Remove not necessary code, fix listing number #118

Closed alexott closed 5 months ago

alexott commented 6 months ago

This fixes #94

dcrouch26 commented 6 months ago

👍

treygrainger commented 6 months ago

I'll be working on ch7 thoroughly next week and will review this then.

treygrainger commented 5 months ago

Found a few more issues: 1) localhost reference internally by webserver (instead of SOLR_URL), so webserver not running correctly from inside notebook 2) cat call on entities.csv not outputting correctly 3) staticmap import was inline instead of requirements.txt

Fixed and pushed. PR is approved - thanks!