Self-contained sample RAG targets for onboarding and evaluation with VexRAG.
| Tier | Examples | Scan configs |
|---|---|---|
| small | small/rag_01_in_memory_en |
ollama-default.yaml, ollama-smoke.yaml |
| medium | NQ + Chroma / FAISS / Qdrant | ollama-default.yaml, ollama-smoke.yaml, ollama-smoke-native-poisoner.yaml |
Quick start: run the target (python3 small_rag.py or python3 nq_rag.py), then:
vx scan --config scan_configs_examples/ollama-smoke.yamlEach example’s scan_configs_examples/README.md lists full vs smoke scans and optional advanced/ configs.