LICENSE
MANIFEST.in
README.md
demo_deduplication.py
example_usage.py
pyproject.toml
taparash.md
core/README_DEDUPLICATION.md
taparash.egg-info/PKG-INFO
taparash.egg-info/SOURCES.txt
taparash.egg-info/dependency_links.txt
taparash.egg-info/entry_points.txt
taparash.egg-info/requires.txt
taparash.egg-info/top_level.txt
taparash_pkg/__init__.py
taparash_pkg/cli.py
taparash_pkg/config.py
taparash_pkg/config_io.py
taparash_pkg/dlq.py
taparash_pkg/metrics.py
taparash_pkg/metrics_exporter.py
taparash_pkg/pipeline.py
taparash_pkg/profiler.py
taparash_pkg/server.py
taparash_pkg/backends/__init__.py
taparash_pkg/backends/base.py
taparash_pkg/backends/ray_backend.py
taparash_pkg/connectors/__init__.py
taparash_pkg/connectors/html.py
taparash_pkg/connectors/pdf.py
taparash_pkg/core/__init__.py
taparash_pkg/core/deduplication.py
taparash_pkg/core/entropy.py
taparash_pkg/core/pii.py
taparash_pkg/engines/__init__.py
taparash_pkg/engines/embeddings.py
taparash_pkg/engines/nli.py
taparash_pkg/integrations/__init__.py
taparash_pkg/integrations/langchain.py
taparash_pkg/integrations/llamaindex.py
tests/__init__.py
tests/test_async_api.py
tests/test_cli.py
tests/test_config_io.py
tests/test_deduplication.py
tests/test_deduplication_advanced.py
tests/test_distributed.py
tests/test_langchain_integration.py
tests/test_llamaindex_integration.py
tests/test_metrics.py
tests/test_metrics_exporter.py
tests/test_parallel_batch.py
tests/test_pii_extensible.py
tests/test_pii_multilang.py
tests/test_pipeline.py
tests/test_pr2_features.py
tests/test_pr3_features.py
tests/test_profiler.py
tests/test_server.py