LICENSE
README.md
pyproject.toml
ragbench/__init__.py
ragbench/api.py
ragbench/cli.py
ragbench/config.py
ragbench/schema.py
ragbench/chunkers/__init__.py
ragbench/chunkers/base.py
ragbench/chunkers/fixed_size.py
ragbench/chunkers/recursive.py
ragbench/chunkers/registry.py
ragbench/chunkers/semantic_chunking.py
ragbench/chunkers/sentence_chunking.py
ragbench/chunkers/slide_chunking.py
ragbench/data/__init__.py
ragbench/data/benchmark.py
ragbench/data/loader.py
ragbench/embeddings/__init__.py
ragbench/embeddings/base.py
ragbench/embeddings/factory.py
ragbench/embeddings/hf_embedder.py
ragbench/embeddings/ollama_embedder.py
ragbench/embeddings/openai_embedder.py
ragbench/evaluation/__init__.py
ragbench/evaluation/_isolated_worker.py
ragbench/evaluation/runner.py
ragbench/evaluation/synthetic_benchmark.py
ragbench/evaluation/usage.py
ragbench/llm/__init__.py
ragbench/llm/anthropic_client.py
ragbench/llm/base.py
ragbench/llm/factory.py
ragbench/llm/google_client.py
ragbench/llm/ollama_client.py
ragbench/llm/openai_client.py
ragbench/metrics/__init__.py
ragbench/metrics/accuracy.py
ragbench/metrics/cost.py
ragbench/metrics/latency.py
ragbench/reporting/__init__.py
ragbench/reporting/results.py
ragbench/rerank/__init__.py
ragbench/rerank/reranker.py
ragbench/retrievers/__init__.py
ragbench/retrievers/base.py
ragbench/retrievers/bm25.py
ragbench/retrievers/build_dense_index.py
ragbench/retrievers/dense.py
ragbench/retrievers/hybrid.py
ragbench/retrievers/hyde.py
ragbench/retrievers/registry.py
ragbench/retrievers/reranking.py
ragbench/storage/__init__.py
ragbench/storage/chroma_client.py
ragbenchpy.egg-info/PKG-INFO
ragbenchpy.egg-info/SOURCES.txt
ragbenchpy.egg-info/dependency_links.txt
ragbenchpy.egg-info/entry_points.txt
ragbenchpy.egg-info/requires.txt
ragbenchpy.egg-info/top_level.txt