Commit Graph

76 Commits

Author SHA1 Message Date
5cef0b0260 data_processor.py aktualisiert 2025-07-20 07:52:24 +00:00
071be8a410 data_processor.py aktualisiert 2025-07-20 07:48:03 +00:00
a09746dadd data_processor.py aktualisiert 2025-07-20 07:46:35 +00:00
e8c901a081 data_processor.py aktualisiert 2025-07-20 07:40:30 +00:00
444e93e1d9 data_processor.py aktualisiert 2025-07-20 07:21:01 +00:00
9afb7888bd data_processor.py aktualisiert 2025-07-20 06:04:56 +00:00
eb83ccdf48 data_processor.py aktualisiert 2025-07-20 06:03:11 +00:00
82ccd46c7f data_processor.py aktualisiert 2025-07-20 05:26:00 +00:00
aeb5bb5ac1 data_processor.py aktualisiert 2025-07-20 04:47:04 +00:00
c77dd6938d data_processor.py aktualisiert 2025-07-20 04:28:51 +00:00
b8c3416854 data_processor.py aktualisiert 2025-07-19 20:25:35 +00:00
585f84c3bd data_processor.py aktualisiert 2025-07-19 20:24:50 +00:00
3cc4ec7f9a data_processor.py aktualisiert 2025-07-19 20:23:56 +00:00
3a8bff2d27 data_processor.py aktualisiert 2025-07-19 20:03:28 +00:00
9bd38bbaea data_processor.py aktualisiert 2025-07-19 19:56:18 +00:00
22afa4b1d2 Regex anpassung
COLUMN_MAP\["([^"]+)"\]
get_col_idx("$1")
2025-07-19 19:45:01 +00:00
f9cb3488da data_processor.py aktualisiert 2025-07-19 19:14:16 +00:00
7b066d794e data_processor.py aktualisiert 2025-07-19 18:42:41 +00:00
81d83a48f9 Anpassung reeval 2025-07-19 15:38:56 +00:00
cefda9c7c0 Anpassung Verify Wiki 2025-07-19 15:25:34 +00:00
0f6ba56071 data_processor.py aktualisiert 2025-07-18 18:09:22 +00:00
43855e3737 data_processor.py aktualisiert 2025-07-18 16:45:22 +00:00
a3087a245d data_processor.py aktualisiert 2025-07-18 15:49:47 +00:00
54afe00a0c data_processor.py aktualisiert 2025-07-18 15:45:05 +00:00
689fcfc6fe data_processor.py aktualisiert 2025-07-18 14:55:21 +00:00
e42461fdf0 data_processor.py aktualisiert 2025-07-18 14:40:30 +00:00
609bb2dc89 data_processor.py aktualisiert 2025-07-18 14:00:29 +00:00
4f1bc3fb84 data_processor.py aktualisiert 2025-07-18 13:59:34 +00:00
09bfa1ae81 data_processor.py aktualisiert 2025-07-18 13:50:31 +00:00
f79b2c0490 data_processor.py aktualisiert 2025-07-18 13:40:01 +00:00
c773244d02 data_processor.py aktualisiert 2025-07-18 13:34:26 +00:00
da4ad029f2 data_processor.py aktualisiert 2025-07-18 12:47:46 +00:00
1b1bd3eeb8 data_processor.py aktualisiert 2025-07-18 12:09:14 +00:00
6e876f7dba data_processor.py aktualisiert 2025-07-18 12:01:41 +00:00
b29b546eed bugfix 2025-07-18 11:21:25 +00:00
427f87f753 Wiki Verify update 2025-07-18 11:18:48 +00:00
11ef5ad339 Wiki verify update 2025-07-18 11:08:10 +00:00
1c7945d047 Batch mode Wiki Verify 2025-07-18 09:49:25 +00:00
a364232fa0 data_processor.py aktualisiert 2025-07-18 09:43:02 +00:00
2b9cc07cc1 data_processor.py aktualisiert 2025-07-18 09:41:21 +00:00
b9034ccd0b data_processor.py aktualisiert 2025-07-18 09:05:51 +00:00
7b23c79a02 bugfix 2025-07-18 09:03:59 +00:00
daca1aebdc FSM Pitch angepasst 2025-07-18 08:48:37 +00:00
97676f4d6f Restore Wiki-Verify Mode
- FEATURE: Der `wiki_verify`-Modus wurde wiederhergestellt und ist nun über die CLI/das Menü aufrufbar.
- FIX: `data_processor.py` enthält nun die `process_wiki_verify`-Methode, die gezielt Wikipedia-Artikel mittels ChatGPT verifiziert.
- FIX: Dispatcher in `brancheneinstufung.py` erkennt und startet den `wiki_verify`-Modus korrekt.
2025-07-18 07:19:37 +00:00
fb2944746f bugfix 2025-07-02 06:03:45 +00:00
5bd5195955 Fix - Protect Manual Inputs during Re-Evaluation
- FIX: `process_reevaluation_rows` in `data_processor.py` leert nun nicht mehr die Spalten für manuell eingetragene Wiki-URLs (N und R).
- Dies verhindert das ungewollte Überschreiben von wertvollen, manuell recherchierten Daten während eines `reeval`-Laufs.
- Das System respektiert nun manuelle Eingaben als "Source of Truth" für die Wiki-Extraktion.
2025-07-01 20:23:34 +00:00
8722d7b76a bugfix 2025-07-01 19:49:54 +00:00
0b724d15a2 Optimized Batching & Advanced Model for FSM Pitch
- FEATURE: FSM-Pitch-Generierung in `data_processor.py` schreibt Ergebnisse nun in regelmäßigen Batches, um den Fortschritt sichtbar zu machen.
- UPGRADE: FSM-Pitch-Funktion in `helpers.py` verwendet nun explizit ein fortschrittlicheres GPT-4-Modell für qualitativ hochwertigere und spezifischere Ergebnisse.
- Dies finalisiert die FSM-Pitch-Funktionalität für den produktiven Einsatz.
2025-07-01 19:48:36 +00:00
fe09feccc9 bugfix 2025-07-01 19:30:32 +00:00
e4da092fc1 bugfix 2025-07-01 19:21:18 +00:00