Commit aa75608
Replace duplicate Vectors metric with embedding dimension (#58)
The sidebar showed a 'Vectors' count that was always identical to
'Chunks' (each chunk maps 1:1 to one embedding vector), so the status
dict populated "vectors" from total_chunks. Drop the redundant key and
surface the embedding dimension instead, which is a genuinely distinct,
already-available index property.
Claude-Session: https://claude.ai/code/session_0146322CMjUFgK5MPofG4vLd
Co-authored-by: Claude <noreply@anthropic.com>1 parent 8ba6e56 commit aa75608
2 files changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
231 | 230 | | |
232 | 231 | | |
233 | 232 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments