mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-02-12 14:42:48 +00:00
add TODO list
This commit is contained in:
6
docs/to-do.md
Normal file
6
docs/to-do.md
Normal file
@@ -0,0 +1,6 @@
|
||||
- Generate responses via garak test runs
|
||||
|
||||
- Look into approach #3 in addition to previously stated approaches:
|
||||
1. Baseline (no guidelines)
|
||||
2. Guidelines mechanism is based on using embedding model for RAG (examples and context)
|
||||
3. 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.
|
||||
Reference in New Issue
Block a user