Chunk #654
Aus: AI-Services (Index: 19)
90
Tokens
Synced
Status
Taxonomie
| Kategorie | AI-Services |
|---|---|
| Pfad | AI-Services > Konfiguration > Custom-Konfiguration |
| Heading-Pfad | AI-Services > AI Services > Konfiguration > Custom-Konfiguration |
Entities
| Name | Typ |
|---|---|
| AIConfig | CONFIG |
| ollamaHost | TECHNOLOGY |
| qdrantHost | TECHNOLOGY |
| anthropicApiKey | CONFIG |
| embeddingModel | CONCEPT |
| claudeModel | CONCEPT |
| defaultCollection | CONFIG |
| createChatService | SERVICE |
Keywords
Inhalt
use Infrastructure\AI\AIConfig;
// Vollständig custom
$config = new AIConfig(
ollamaHost: 'http://192.168.1.100:11434',
qdrantHost: 'http://192.168.1.101:6333',
anthropicApiKey: 'sk-ant-...',
embeddingModel: 'mxbai-embed-large',
claudeModel: 'claude-opus-4-5-20251101',
defaultCollection: 'my_docs'
);
$chat = $config->createChatService();Clean Content
``` `use Infrastructure\AI\AIConfig; // Vollständig custom $config = new AIConfig( ollamaHost: 'http://192.168.1.100:11434', qdrantHost: 'http://192.168.1.101:6333', anthropicApiKey: 'sk-ant-...', embeddingModel: 'mxbai-embed-large', claudeModel: 'claude-opus-4-5-20251101', defaultCollection: 'my_docs' ); $chat = $config->createChatService();` ```
Metadaten
| Analysiert am | 20.12.2025 12:49:13 |
|---|---|
| Analyse-Modell | gemma3:4b-it-qat |
| Embedding-Modell | mxbai-embed-large |
| Qdrant-ID | 062f4515-f0c0-436b-95b8-42e6cc7cf5a9 |
| Erstellt | 20.12.2025 12:34:42 |
| Aktualisiert | 20.12.2025 12:53:41 |