Chunk #637

Aus: AI-Services (Index: 2)

90 Tokens
Synced Status
« Vorheriger (#1) Nächster (#3) »

Taxonomie

Kategorie AI-Services
Pfad AI-Services > AIConfig > Factory Methods
Heading-Pfad AI-Services > AI Services > AIConfig > Factory-Methoden

Entities

Name Typ
AIConfig CONFIG
OllamaService SERVICE
QdrantService SERVICE
ClaudeService SERVICE
ChatService SERVICE

Keywords

AIConfig Factory Method credentials.md Ollama Qdrant Claude

Inhalt

// Config erstellen (lädt API-Key aus credentials.md)
$config = AIConfig::fromCredentialsFile();

// Einzelne Services erstellen
$ollama = $config->createOllamaService();
$qdrant = $config->createQdrantService();
$claude = $config->createClaudeService();

// Vollständiger ChatService (alle Dependencies)
$chatService = $config->createChatService();

Clean Content

```
`// Config erstellen (lädt API-Key aus credentials.md)
$config = AIConfig::fromCredentialsFile();

// Einzelne Services erstellen
$ollama = $config->createOllamaService();
$qdrant = $config->createQdrantService();
$claude = $config->createClaudeService();

// Vollständiger ChatService (alle Dependencies)
$chatService = $config->createChatService();`
```

Metadaten

Analysiert am20.12.2025 12:48:22
Analyse-Modellgemma3:4b-it-qat
Embedding-Modellmxbai-embed-large
Qdrant-ID48df5a9c-e041-4238-a498-98a56d1e97d7
Erstellt20.12.2025 12:34:42
Aktualisiert20.12.2025 12:53:41