Chunk #637
Aus: AI-Services (Index: 2)
90
Tokens
Synced
Status
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
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 am | 20.12.2025 12:48:22 |
|---|---|
| Analyse-Modell | gemma3:4b-it-qat |
| Embedding-Modell | mxbai-embed-large |
| Qdrant-ID | 48df5a9c-e041-4238-a498-98a56d1e97d7 |
| Erstellt | 20.12.2025 12:34:42 |
| Aktualisiert | 20.12.2025 12:53:41 |