Chainlit / cookbook

Chainlit's cookbook repo
https://github.com/Chainlit/chainlit
726 stars 270 forks source link

Update PDF-QA app.py #26

Closed fenglui closed 11 months ago

fenglui commented 11 months ago

fix Permission denied on windows at "with tempfile.NamedTemporaryFile"

fix TypeError: write() argument must be str, not bytes when Loader is PyPDFLoader at "tempfile.write(file.content)"