Chunks
Textabschnitte mit Vektor-Embeddings. Gesamt: 25 Chunks.
| ID | Dokument | Kategorie | Tokens | Status | Inhalt |
|---|---|---|---|---|---|
| #620 | API | API | 64 | synced | MethodePfadBeschreibung GET/api/v1/tasksListe aller Tasks POST/api/... |
| #621 | API | API | 90 | synced | ServicePfadFunktion AIConfig/src/Infrastructure/AI/AIConfig.phpConfig &... |
| #622 | Chat-API | API | 81 | synced | RAG-basierter Chat mit Vektorsuche und LLM-Integration. Verwendet lokale Embeddi... |
| #623 | Chat-API | API | 105 | synced | POST /api/v1/chat Content-Type: application/json { "question": "Was ist sys... |
| #624 | Chat-API | API | 75 | synced | { "answer": "Systemische Therapie ist ein psychotherapeutischer Ansatz...", ... |
| #625 | Chat-API | API | 159 | synced | Die Chat-Funktionalität nutzt native PHP-Services (keine Python-Aufrufe mehr): ... |
| #626 | Chat-API | API | 149 | synced | Browser/Client ↓ ChatController (/src/Controller/) ↓ ChatService (/s... |
| #627 | Chat-API | API | 106 | synced | Alle Services werfen RuntimeException bei Fehlern: try { $config = AIConfig:... |
| #628 | Chat-API | API | 88 | synced | FehlerUrsacheLösung Embedding generation failedOllama nicht erreichbar... |
| #629 | Chat-API | API | 101 | synced | <form hx-post="/chat/message" hx-target="#chat-messages" hx-swap="beforeend"&... |
| #631 | Content-API | API | 51 | synced | { "title": "Neuer Titel", // required "briefing": "Aktualis... |
| #632 | Content-API | API | 68 | synced | curl -X PUT https://dev.campus.systemische-tools.de/api/v1/content/1 \ -H "Con... |
| #633 | Content-API | API | 101 | synced | { "success": true, "data": { "id": 1, "title": "Blogpost über Teamc... |
| #641 | AI-Services | API | 51 | synced | POST http://localhost:11434/api/embeddings Content-Type: application/json { ... |
| #647 | AI-Services | API | 110 | synced | POST https://api.anthropic.com/v1/messages Content-Type: application/json x-api-... |
| #650 | AI-Services | Api | 114 | synced | use Infrastructure\AI\AIConfig; // Mit Factory (empfohlen) $config = AIConfig::... |
| #443 | API | API | 64 | synced | MethodeEndpointBeschreibung GET/api/v1/tasksListe aller Tasks GET/a... |
| #444 | API | API | 66 | synced | MethodeEndpointBeschreibung POST/api/v1/tasks/{id}/assignTask zuweisen ... |
| #445 | API | API | 60 | synced | ParameterTypBeschreibung statusstringpending, in_progress, completed, f... |
| #446 | API | API | 69 | synced | { "success": true, "data": [ { "id": 1, "uuid": "abc-123-...... |
| #447 | API | API | 93 | synced | { "title": "Analyse durchführen", // required "description": "Detail... |
| #448 | API | API | 61 | synced | { "assignee": "ollama", // required "assignee_type": "ollam... |
| #449 | API | API | 60 | synced | { "executor_type": "ollama", // optional: ollama, anthropic_api ... |
| #450 | API | API | 67 | synced | { "success": true, "data": { "id": 1, "task_id": 2, "executor": ... |
| #451 | API | API | 61 | synced | // 400 Bad Request { "success": false, "error": "Title is required" } // 40... |