mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-03-19 08:43:42 +00: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.