SPB Git

spb/trouve-ka Public

Trouve-KA — moteur de recherche web indépendant, Québec-first. Crawler distribué, index OpenSearch, ranking bilingue, galerie d'images. En prod : www.trouve-ka.com

Python 76.8% TypeScript 15.7% SQL 3.9% Shell 1.4% CSS 1.3% Dockerfile 0.7%
422 B · 14 lines python
Raw Blame History
1# Trouve-KA — indexeur2# Author: Simon-Pierre Boucher3# Contact: contact@spboucher.ai45"""Construction et indexation immédiate des documents (étape 1, CLAUDE.md §4).67L'indexation ne dépend JAMAIS de l'enrichissement : les champs des étapes 2-38(embedding, entités, autorité…) sont remplis plus tard par mise à jour partielle.9"""1011from .build import build_search_document1213__all__ = ["build_search_document"]14