.cirun.yml
.dockerignore
.gitignore
.python-version
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
LICENSE
MANIFEST.in
Makefile
README.md
RELEASE.md
SECURITY.md
pyproject.toml
uv.lock
.github/CODEOWNERS
.github/pull_request_template.md
.github/release-drafter.yml
.github/workflows/_build.yml
.github/workflows/_cloud_aws.yml
.github/workflows/_cloud_azure.yml
.github/workflows/_cloud_gcp.yml
.github/workflows/_coveralls.yml
.github/workflows/_gpu.yml
.github/workflows/_unit_offline.yml
.github/workflows/ci.yml
.github/workflows/lint-type-check.yml
.github/workflows/release-drafter.yml
.github/workflows/release-test.yml
.github/workflows/release.yml
assets/.gitkeep
assets/rag-bencher-logo.png
configs/docs.yaml
configs/hyde.yaml
configs/multi_query.yaml
configs/rerank.yaml
configs/wiki.yaml
configs/wiki_offline.yaml
configs/providers/aws.yaml
configs/providers/azure.yaml
configs/providers/gcp.yaml
docker/gpu-tests.Dockerfile
docs/README.md
docs/architecture.md
docs/branch_protection.md
docs/configuration.md
docs/gcp-gpu-runner.md
examples/__init__.py
examples/compare_two_pipelines.py
examples/quickstart.ipynb
examples/data/sample.txt
examples/datasets/docs/wiki/intro.txt
examples/qa/toy.jsonl
recipe/meta.yaml
reports/.gitkeep
scripts/docker/build_gpu_test_image.sh
scripts/docker/run_gpu_tests.sh
scripts/gcp/build_gpu_base_image.sh
scripts/gcp/install_gpu_host.sh
src/rag_bencher/__init__.py
src/rag_bencher/bench_cli.py
src/rag_bencher/bench_many_cli.py
src/rag_bencher/cli.py
src/rag_bencher/config.py
src/rag_bencher/py.typed
src/rag_bencher.egg-info/PKG-INFO
src/rag_bencher.egg-info/SOURCES.txt
src/rag_bencher.egg-info/dependency_links.txt
src/rag_bencher.egg-info/entry_points.txt
src/rag_bencher.egg-info/requires.txt
src/rag_bencher.egg-info/top_level.txt
src/rag_bencher/eval/dataset_loader.py
src/rag_bencher/eval/metrics.py
src/rag_bencher/eval/report.py
src/rag_bencher/eval/datasets/__init__.py
src/rag_bencher/pipelines/base.py
src/rag_bencher/pipelines/hyde.py
src/rag_bencher/pipelines/multi_query.py
src/rag_bencher/pipelines/naive_rag.py
src/rag_bencher/pipelines/rerank.py
src/rag_bencher/pipelines/selector.py
src/rag_bencher/pipelines/utils.py
src/rag_bencher/providers/base.py
src/rag_bencher/providers/aws/__init__.py
src/rag_bencher/providers/aws/auth.py
src/rag_bencher/providers/aws/chat.py
src/rag_bencher/providers/aws/embeddings.py
src/rag_bencher/providers/azure/__init__.py
src/rag_bencher/providers/azure/auth.py
src/rag_bencher/providers/azure/chat.py
src/rag_bencher/providers/azure/embeddings.py
src/rag_bencher/providers/gcp/__init__.py
src/rag_bencher/providers/gcp/auth.py
src/rag_bencher/providers/gcp/chat.py
src/rag_bencher/providers/gcp/embeddings.py
src/rag_bencher/utils/cache.py
src/rag_bencher/utils/factories.py
src/rag_bencher/utils/hardware.py
src/rag_bencher/utils/io.py
src/rag_bencher/utils/logging.py
src/rag_bencher/utils/repro.py
src/rag_bencher/utils/resources.py
src/rag_bencher/utils/torch_utils.py
src/rag_bencher/utils/callbacks/__init__.py
src/rag_bencher/utils/callbacks/usage.py
src/rag_bencher/vector/azure_ai_search.py
src/rag_bencher/vector/base.py
src/rag_bencher/vector/local.py
src/rag_bencher/vector/matching_engine.py
src/rag_bencher/vector/opensearch.py
tests/test_basic.py
tests/test_bench_cli.py
tests/test_bench_many_cli.py
tests/test_cache.py
tests/test_cli_main.py
tests/test_cli_offline_branch.py
tests/test_config_validation.py
tests/test_dataset_loader.py
tests/test_datasets_and_hyde.py
tests/test_hardware.py
tests/test_imports.py
tests/test_metrics_basic.py
tests/test_multi_query.py
tests/test_package_public_api.py
tests/test_pipeline_selector.py
tests/test_pipelines_builders.py
tests/test_pipelines_utils.py
tests/test_providers_adapters.py
tests/test_providers_auth.py
tests/test_providers_detect.py
tests/test_report.py
tests/test_repro.py
tests/test_rerank.py
tests/test_usage_tracker.py
tests/test_utils_factories.py
tests/test_vector_base.py
tests/test_vector_local.py
tests/cloud/test_aws_bedrock_smoke.py
tests/cloud/test_azure_openai_smoke.py
tests/cloud/test_gcp_vertex_smoke.py
tests/examples/test_compare_two_pipelines.py
tests/gpu/test_cache_gpu.py
tests/gpu/test_config_gpu.py
tests/gpu/test_cuda_sanity.py
tests/gpu/test_datasets_empty.py
tests/gpu/test_package_init.py
tests/gpu/test_pipelines_base.py
tests/gpu/test_report_gpu.py
tests/gpu/test_torch_integration.py
tests/gpu/test_torch_utils.py
tests/integration/test_bench_cli_int.py
tests/integration/test_bench_many_cli_int.py
tests/integration/test_cli_int.py