ScottLogic / prompt-injection

Application which investigates defensive measures against prompt injection attacks on an LLM, with a focus on the exposure of external tools.
MIT License
13 stars 9 forks source link

793 separate pdf renderer into own chunk #864

Closed pmarsh-scottlogic closed 4 months ago

pmarsh-scottlogic commented 4 months ago

Description

does what is says on the tin. I was going to try and lazy load the docviewer as well, but that opens up annoying complications with importing the DocViewerRenderers which I didn't want to deal with.

Checklist

Have you done the following?