gordonwatts / snowmass-chat

Experiments exploring the US Snowmass Process documents using LLM
Apache License 2.0
2 stars 0 forks source link

Fix issue with PDFs not being downloaded to cache directory #41

Closed gordonwatts closed 4 months ago

gordonwatts commented 4 months ago

This pull request fixes the issue where PDFs downloaded via the http protocol are not being put in the cache directory. The code has been updated to ensure that the downloaded PDFs are saved in the cache directory and are automatically picked up from there if they exist.

Fixes #37.