Pipeline:

Standard-Pipeline
Bearbeiten

Pipeline-Schritte

$step['step_type'], 'description' => '', 'phase' => '-', 'storage' => null]; $config = $step['config'] ?? []; // Aktuelles Modell ermitteln (mit ollama: Prefix für Dropdown) $currentModel = null; $usesVision = $meta['uses_vision'] ?? false; $usesLlm = $meta['uses_llm'] ?? false; if (!empty($config['model'])) { $isAnthropic = str_contains($config['model'], 'claude') || ($config['provider'] ?? '') === 'anthropic'; $currentModel = $isAnthropic ? $config['model'] : 'ollama:' . $config['model']; } // Config ohne model/provider für kompaktere Anzeige $displayConfig = array_filter($config, fn ($k) => !in_array($k, ['provider', 'model']), ARRAY_FILTER_USE_KEY); // Zielspeicher mit dynamischen Werten ersetzen $storage = $meta['storage'] ?? null; if ($storage !== null && isset($config['collection'])) { $storage = str_replace('{collection}', $config['collection'], $storage); } ?>
# Schritt Phase Modell Zielspeicher Konfiguration

- Qdrant: - -

Ausführungen

ID Status Gestartet Beendet Dokumente Chunks
# / 0): ?> ( Fehler)

Noch keine Ausführungen vorhanden.