v1.11.83 — Admin-Diagnose-Endpoint embedding-stats - #4
Merged
Conversation
GET /api/v1/ai/embedding-stats (admin-only, rein lesend, im Browser aufrufbar): zeigt gespeicherte Embedding-Modell-Labels + Anzahl vs. das aktuelle Query-Modell (Ping-Embed), plus totalEmbeddings/readyFiles/ohne-Embedding und ein mismatch-Flag + Hinweis. Grundlage, um den KI-Chat-0-Treffer-Fall (Label-Mismatch) ohne Log-Gewühl und ohne riskanten Reindex zu diagnostizieren. Lokal mit .NET 8 gebaut: 0 Fehler. VERSION 1.11.82 → 1.11.83. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
mnimtz
added a commit
that referenced
this pull request
Aug 7, 2026
Marcus's Test (basf.de): Willkommenstext ok, aber kein Logo + eigenes Logo weg + "Bereitgestellt mit NimShare" links statt mittig. - Logo (#2): basf.de leitet auf www.basf.com um; relative Logo-URLs wurden gegen die URSPRUNGS-Domain aufgelöst → falscher Host → kein Logo. Jetzt gegen die FINALE URL nach Redirects (resp.RequestMessage.RequestUri) aufgelöst. - Eigenes Logo (#4): ResolveThemeAsync mergt jetzt — Link-Vorlage überlagert nur gesetzte Felder, leere (z.B. kein Kundenlogo) fallen aufs Instanz/Personal- Branding zurück. Ohne Link-Vorlage byte-genau wie bisher. - Footer (#3): "Bereitgestellt mit NimShare" auf der Folder-Landing zentriert. Lokal mit .NET 8 gebaut: 0 Fehler. VERSION 1.12.1 → 1.12.2. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Kleiner, rein lesender Admin-Endpoint zur Diagnose des KI-Chat-„0 Treffer"-Falls (Embedding-Modell-Label-Mismatch), ohne Log stream und ohne riskanten Reindex.
GET /api/v1/ai/embedding-stats(admin-only, im Browser aufrufbar) liefert:queryModel— aktuelles Query-Embedding-Modell (via Ping-Embed)storedModels— gespeicherte Vektor-Labels + AnzahltotalEmbeddings,readyFiles,filesWithoutEmbeddingmismatch+hintDamit sehen wir, ob Relabel oder gezieltes Re-Embed nötig ist.
Lokal mit .NET 8 gebaut: 0 Fehler. VERSION 1.11.82 → 1.11.83 (Tag v1.11.83 gesetzt).
🤖 Generated with Claude Code