From 7ea34bd7d09d8da76c1102c04a16cd80b19bf720 Mon Sep 17 00:00:00 2001 From: Andy Lee Date: Wed, 20 Aug 2025 12:23:46 -0700 Subject: [PATCH] docs: rpj_wiki --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c0f3a6c..7538bc0 100755 --- a/README.md +++ b/README.md @@ -646,6 +646,7 @@ Options: ```bash uv pip install -e ".[dev]" # Install dev dependencies python benchmarks/run_evaluation.py # Will auto-download evaluation data and run benchmarks +python benchmarks/run_evaluation.py benchmarks/data/indices/rpj_wiki/rpj_wiki --num-queries 2000 # After downloading data, you can run the benchmark with our biggest index ``` The evaluation script downloads data automatically on first run. The last three results were tested with partial personal data, and you can reproduce them with your own data!