Chunk #636
Aus: AI-Services (Index: 1)
94
Tokens
Synced
Status
Taxonomie
| Kategorie | AI-Services |
|---|---|
| Pfad | AI-Services > AIConfig > Properties |
| Heading-Pfad | AI-Services > AI Services > AIConfig > Properties |
Entities
| Name | Typ |
|---|---|
| ollamaHost | SERVICE |
| qdrantHost | SERVICE |
| anthropicApiKey | CONFIG |
| embeddingModel | TECHNOLOGY |
| claudeModel | TECHNOLOGY |
| defaultCollection | CONFIG |
Keywords
Inhalt
final readonly class AIConfig
{
public string $ollamaHost; // http://localhost:11434
public string $qdrantHost; // http://localhost:6333
public string $anthropicApiKey; // sk-ant-... (aus credentials.md)
public string $embeddingModel; // mxbai-embed-large
public string $claudeModel; // claude-opus-4-5-20251101
public string $defaultCollection; // documents
}Clean Content
```
`final readonly class AIConfig
{
public string $ollamaHost; // http://localhost:11434
public string $qdrantHost; // http://localhost:6333
public string $anthropicApiKey; // sk-ant-... (aus credentials.md)
public string $embeddingModel; // mxbai-embed-large
public string $claudeModel; // claude-opus-4-5-20251101
public string $defaultCollection; // documents
}`
```
Metadaten
| Analysiert am | 20.12.2025 12:48:19 |
|---|---|
| Analyse-Modell | gemma3:4b-it-qat |
| Embedding-Modell | mxbai-embed-large |
| Qdrant-ID | ee720229-b5e8-4c99-9998-d98418fbcf9c |
| Erstellt | 20.12.2025 12:34:42 |
| Aktualisiert | 20.12.2025 12:53:41 |