CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
.docs/architecture.md
.docs/distributed_er.md
.docs/recipes.md
.docs/user_guide.md
benchmarks/benchmark_bulk_er.py
benchmarks/benchmark_bulk_er_em.py
benchmarks/benchmark_bulk_er_gswoosh.py
benchmarks/benchmark_bulk_er_multinode.py
benchmarks/benchmark_data.py
benchmarks/benchmark_incremental_er.py
benchmarks/benchmark_incremental_er_qdrant.py
benchmarks/benchmark_incremental_roc.py
benchmarks/benchmark_yancey_enrichment.py
benchmarks/benchmark_yancey_incremental.py
benchmarks/generate_census_population.py
benchmarks/generate_census_population_with_duplicates.py
benchmarks/perturbations.py
benchmarks/run_all.py
examples/batch_er.py
examples/distributed_batch_er.py
examples/distributed_streaming_er.py
examples/incremental_er.py
examples/link_two_databases.py
examples/multi_node_distributed_er.py
src/vectorer/__init__.py
src/vectorer/batch.py
src/vectorer/blocking.py
src/vectorer/classification.py
src/vectorer/clustering.py
src/vectorer/distributed.py
src/vectorer/embeddings.py
src/vectorer/incremental.py
src/vectorer/link.py
src/vectorer/pins.py
src/vectorer/records.py
src/vectorer/sim.py
src/vectorer/vectorstore_adapters.py
src/vectorer/vectorstores.py
src/vectorer.egg-info/PKG-INFO
src/vectorer.egg-info/SOURCES.txt
src/vectorer.egg-info/dependency_links.txt
src/vectorer.egg-info/requires.txt
src/vectorer.egg-info/top_level.txt
src/vectorer/comparisons/__init__.py
src/vectorer/comparisons/_comparison.py
src/vectorer/comparisons/_core.py
src/vectorer/comparisons/_custom.py
src/vectorer/comparisons/_distance_families.py
src/vectorer/comparisons/_registry.py
src/vectorer/comparisons/_structural_families.py
src/vectorer/comparisons/_temporal_families.py
src/vectorer/scoring/__init__.py
src/vectorer/scoring/_candidates.py
src/vectorer/scoring/_constants.py
src/vectorer/scoring/_construction.py
src/vectorer/scoring/_inference.py
src/vectorer/scoring/_levels.py
src/vectorer/scoring/_math.py
src/vectorer/scoring/_scorer.py
src/vectorer/scoring/_splink.py
src/vectorer/scoring/_training.py
src/vectorer/scoring/_union.py
src/vectorer/scoring/_weights.py
tests/conftest.py
tests/test_batch.py
tests/test_blocking.py
tests/test_comparisons.py
tests/test_distributed.py
tests/test_embeddings.py
tests/test_embeddings_openai.py
tests/test_incremental.py
tests/test_link.py
tests/test_merge_functions.py
tests/test_records.py
tests/test_scoring.py
tests/test_swoosh.py
tests/test_vectorstore_qdrant.py