deadbits / vigil-llm

⚡ Vigil ⚡ Detect prompt injections, jailbreaks, and other potentially risky Large Language Model (LLM) inputs
https://vigil.deadbits.ai/
Apache License 2.0
270 stars 32 forks source link

Sbert setup logic missing from setup_vectordb_scanner #58

Closed deadbits closed 7 months ago

deadbits commented 7 months ago

When I moved everything to the vigil/vigil.py class, it looks like I missed the logic for loading a sentence transformers config. The app would only properly load if you were using an OpenAI config file. Fix ASAP.