# Trouve-KA — couche OpenSearch (client, mapping, indexation) # Author: Simon-Pierre Boucher # Contact: contact@spboucher.ai """Couche OpenSearch : client async, mapping bilingue FR/EN, indexation immédiate.""" from .client import SearchCore from .mapping import INDEX_SETTINGS __all__ = ["SearchCore", "INDEX_SETTINGS"]