Chunk #619
Aus: API (Index: 0)
156
Tokens
Synced
Status
Taxonomie
| Kategorie | Architektur |
|---|---|
| Pfad | Architektur > Implementierung > Dienste |
| Heading-Pfad | API > API > Architektur |
Entities
| Name | Typ |
|---|---|
| PHP | TECHNOLOGY |
| HTMX | TECHNOLOGY |
| JS | TECHNOLOGY |
| PHP Controller | SERVICE |
| PHP Services | SERVICE |
| Ollama | SERVICE |
| Qdrant | SERVICE |
| Claude | SERVICE |
| Ollama API | SERVICE |
| Qdrant API | SERVICE |
| anthropic | SERVICE |
| cURL | COMMAND |
Keywords
Inhalt
Vollständig in PHP implementiert (Migration von Python zu nativen Services abgeschlossen):
Browser (HTMX/JS)
↓
PHP Controller (/src/Controller/)
↓
PHP Services (/src/Infrastructure/AI/)
├── AIConfig.php (Config & Factory)
├── ChatService.php (RAG-Orchestrator)
├── OllamaService.php (Embeddings)
├── QdrantService.php (Vektorsuche)
└── ClaudeService.php (LLM)
↓
┌─────────────┬─────────────┬─────────────┐
│ Ollama API │ Qdrant API │ Claude API │
│ :11434 │ :6333 │ anthropic │
└─────────────┴─────────────┴─────────────┘
Status: Produktiv seit 2025-12-20
Vorher: Python shell_exec → Jetzt: Native PHP cURLClean Content
Vollständig in PHP implementiert (Migration von Python zu nativen Services abgeschlossen): ``` `Browser (HTMX/JS) ↓ PHP Controller (/src/Controller/) ↓ PHP Services (/src/Infrastructure/AI/) ├── AIConfig.php (Config & Factory) ├── ChatService.php (RAG-Orchestrator) ├── OllamaService.php (Embeddings) ├── QdrantService.php (Vektorsuche) └── ClaudeService.php (LLM) ↓ ┌─────────────┬─────────────┬─────────────┐ │ Ollama API │ Qdrant API │ Claude API │ │ :11434 │ :6333 │ anthropic │ └─────────────┴─────────────┴─────────────┘ Status: Produktiv seit 2025-12-20 Vorher: Python shell_exec → Jetzt: Native PHP cURL` ```
Metadaten
| Analysiert am | 20.12.2025 12:47:31 |
|---|---|
| Analyse-Modell | gemma3:4b-it-qat |
| Embedding-Modell | mxbai-embed-large |
| Qdrant-ID | d364b75b-87e3-49be-ad78-17d5492a974c |
| Erstellt | 20.12.2025 12:34:42 |
| Aktualisiert | 20.12.2025 12:53:40 |