treygrainger / ai-powered-search

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

Fix LTR end to end notebook (Fixes 100) #114

Closed softwaredoug closed 6 months ago

softwaredoug commented 7 months ago

Saves the product judgments file, and other fixes to the ch 11 end to end notebook

treygrainger commented 6 months ago

@softwaredoug I'm still getting a failure reading the product_judgements file. Does it need to be committed here?: https://github.com/ai-powered-search/retrotech

image
softwaredoug commented 6 months ago

Let me do a clean rebuild again, but the file should be written on this cell:

judgments_to_file(open('data/product_judgments.txt', 'w'), judgments)