Commit Graph

2 Commits

Author SHA1 Message Date
Antigravity
52c4cb1dee feat: chunks recherche (snippets) + script migration
Some checks failed
CI / Deploy production (on server) (push) Has been cancelled
CI / Lint, Unit Tests & Build (push) Has been cancelled
1. Recherche: fetchChunkSnippets() — après le classement RRF existant,
   récupère les passages précis qui matchent depuis NoteEmbeddingChunk.
   Pur affichage, AUCUN changement de classement.

2. Script migration: scripts/migrate-chunk-embeddings.ts
   Indexe toutes les notes existantes en fragments.
   Batch de 10, barre de progression.
   Usage: npx tsx scripts/migrate-chunk-embeddings.ts

3. Memory Echo chunk-level: à faire (US restante)
2026-06-20 17:07:38 +00:00
Antigravity
1121b8c345 mobile: fix Search import manquant + assets icon/splash
Some checks failed
CI / Lint, Unit Tests & Build (push) Failing after 1m5s
CI / Deploy production (on server) (push) Has been skipped
- home.tsx: remettre Search dans les imports lucide (utilisé ligne 70)
- assets/: créer icon.png, splash.png, adaptive-icon.png (évite warning Metro)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-29 17:20:33 +00:00