diff --git a/docs/to-do.md b/docs/to-do.md new file mode 100644 index 000000000..6b81e3f45 --- /dev/null +++ b/docs/to-do.md @@ -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. \ No newline at end of file