LICENSE
MANIFEST.in
README.md
setup.py
api/__init__.py
api/main.py
api/models/__init__.py
api/models/artifact_generation_request_api.py
api/models/schemas.py
api/routes/__init__.py
api/routes/generation.py
api/routes/matching.py
canonmap/__init__.py
canonmap/core.py
canonmap.egg-info/PKG-INFO
canonmap.egg-info/SOURCES.txt
canonmap.egg-info/dependency_links.txt
canonmap.egg-info/requires.txt
canonmap.egg-info/top_level.txt
canonmap/classes/__init__.py
canonmap/classes/embedder.py
canonmap/classes/test_embedder.py
canonmap/models/__init__.py
canonmap/models/artifact_generation_request.py
canonmap/models/artifact_generation_response.py
canonmap/models/__pycache__/artifact_generation_request.cpython-313.pyc
canonmap/models/__pycache__/artifact_generation_response.cpython-313.pyc
canonmap/models/__pycache__/artifact_request.cpython-313.pyc
canonmap/models/__pycache__/artifact_response.cpython-313.pyc
canonmap/models/__pycache__/embedder.cpython-313.pyc
canonmap/services/__init__.py
canonmap/services/artifact_generator/__init__.py
canonmap/services/artifact_generator/artifact_generator.py
canonmap/services/artifact_generator/pipeline.py
canonmap/services/artifact_generator/embeddings/__init__.py
canonmap/services/artifact_generator/entities/__init__.py
canonmap/services/artifact_generator/entities/canonical_entities_generator.py
canonmap/services/artifact_generator/ingestion/__init__.py
canonmap/services/artifact_generator/ingestion/clean_columns.py
canonmap/services/artifact_generator/ingestion/convert_input.py
canonmap/services/artifact_generator/ingestion/date_type_helpers.py
canonmap/services/artifact_generator/ingestion/load_csv.py
canonmap/services/artifact_generator/schema/__init__.py
canonmap/services/artifact_generator/schema/augment_examples.py
canonmap/services/artifact_generator/schema/generate_db_schema_from_df.py
canonmap/services/artifact_generator/schema/infer_schema.py
canonmap/services/artifact_generator/schema/db_types/__init__.py
canonmap/services/artifact_generator/schema/db_types/mariadb/__init__.py
canonmap/services/artifact_generator/schema/db_types/mariadb/generate_mariadb_loader_script.py
canonmap/services/artifact_generator/schema/db_types/mariadb/mariadb_schema_datatypes.py
canonmap/services/entity_matcher/__init__.py
canonmap/services/entity_matcher/entity_matcher.py
canonmap/utils/__init__.py
canonmap/utils/get_cpu_count.py
canonmap/utils/load_spacy_model.py
canonmap/utils/logger.py