# RAG demo queries — one per line, used by rag_pipeline.py
# Lines starting with # are comments. Blank lines are ignored.
# Modify these to test different retrieval behavior.

What is a context window in a large language model and why does it matter for security?
How does retrieval-augmented generation help reduce hallucinations?
What are the key differences between prompt injection and jailbreaking?
