mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-07-08 05:57:53 +02:00
409 B
409 B
-
Generate responses via garak test runs
-
Look into approach #3 in addition to previously stated approaches:
- Baseline (no guidelines)
- Guidelines mechanism is based on using embedding model for RAG (examples and context)
- Guidelines mechanism is based on using embedding model for cosine similarity (no RAG). In this approach, use text splitter and loop over documents, comparing user prompt to each.