Chunk #654

Aus: AI-Services (Index: 19)

90 Tokens
Synced Status
« Vorheriger (#18)

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

AI Konfiguration Ollama Qdrant Anthropic Embedding Claude

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 am20.12.2025 12:49:13
Analyse-Modellgemma3:4b-it-qat
Embedding-Modellmxbai-embed-large
Qdrant-ID062f4515-f0c0-436b-95b8-42e6cc7cf5a9
Erstellt20.12.2025 12:34:42
Aktualisiert20.12.2025 12:53:41