v1.11.84 — Reindex re-embeds veraltete Modell-Labels (KI-Chat 0-Treffer-Fix) - #5
Merged
Conversation
…effer-Fix)
Diagnose via /api/v1/ai/embedding-stats: von 256 Embeddings waren nur 3 im
aktuellen OpenAI-Modell (text-embedding-3-small); 250 stammten aus einer
früheren Gemini-Phase (gemini-2.5-flash-lite), 3 unter Alt-Label gpt-4o —
anderer Vektorraum → Query fand fast nie etwas ("Keine passenden Dateien").
- Reindex: nimmt jetzt Dateien, die KEIN Embedding im aktuellen Modell haben
(fehlend ODER veraltetes Label) — ermittelt das aktuelle Modell per
Ping-Embed. Vorher nur !Any → veraltete Zeilen wurden nie neu embedded.
Post-Processor aktualisiert die Zeile in-place. Sicher dank v1.11.82.
- embedding-stats: usableEmbeddings/staleEmbeddings + klarerer hint.
Lokal mit .NET 8 gebaut: 0 Fehler. VERSION 1.11.83 → 1.11.84.
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.
Ursache (via /api/v1/ai/embedding-stats bestätigt)
Von 256 Embeddings waren nur 3 im aktuellen OpenAI-Modell
text-embedding-3-small. 250 stammten aus einer früheren Gemini-Phase (gemini-2.5-flash-lite), 3 unter Alt-Labelgpt-4o— anderer Vektorraum/Dimension → die OpenAI-Query fand fast nie etwas → „Keine passenden Dateien".Fix
!Any→ veraltete Zeilen wurden nie neu embedded (deshalb „Reindex bringt nichts"). Post-Processor aktualisiert die Zeile in-place. Sicher dank v1.11.82 (Größen-Cap + Parallelität 1).usableEmbeddings/staleEmbeddings+ klarererhint(Fortschritts-Anzeige beim Re-Embed).Ablauf nach Deploy
Azure Restart → einmal „Neu indexieren" → ~282 Dateien werden gedrosselt neu embedded → Chat findet wieder. Fortschritt via embedding-stats.
Lokal mit .NET 8 gebaut: 0 Fehler. VERSION 1.11.83 → 1.11.84 (Tag v1.11.84).
🤖 Generated with Claude Code