refactor: rinomina step-8 → ingestion
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -50,7 +50,7 @@ except Exception as e: print(f'ERRORE lettura report: {e}')
|
||||
|
||||
```
|
||||
✅ Chunk pronti — procedi con la vettorizzazione:
|
||||
python step-8/ingest.py --stem $ARGUMENTS
|
||||
python ingestion/ingest.py --stem $ARGUMENTS
|
||||
```
|
||||
|
||||
Se ci sono solo 🟡, spiega brevemente i warning e chiedi se l'utente vuole risolverli prima o procedere.
|
||||
@@ -105,7 +105,7 @@ Se verdict finale è `ok` o `warnings_only` senza 🔴:
|
||||
```
|
||||
✅ Chunk pronti in chunks/$ARGUMENTS/chunks.json
|
||||
Procedi con la vettorizzazione:
|
||||
python step-8/ingest.py --stem $ARGUMENTS
|
||||
python ingestion/ingest.py --stem $ARGUMENTS
|
||||
```
|
||||
|
||||
Se rimangono 🔴 dopo il fix (testo non spezzabile o struttura anomala nel sorgente):
|
||||
|
||||
Reference in New Issue
Block a user