16 lines
427 B
Markdown
16 lines
427 B
Markdown
# Knowledgebase-Integration
|
|
|
|
Der Patch instrumentiert ausschließlich `GET /api/search`. Die Antwort und das Ranking bleiben unverändert. Das Telemetrie-Senden ist asynchron und fail-open.
|
|
|
|
```bash
|
|
git apply glpi-ai-knowledgebase-neural-brain.patch
|
|
go test ./internal/brainactivity ./cmd/server ./internal/store
|
|
```
|
|
|
|
Aktivierung:
|
|
|
|
```env
|
|
BRAIN_ACTIVITY_URL=http://glpi-neural-brain:8090/api/events
|
|
BRAIN_ACTIVITY_API_KEY=
|
|
```
|