Commit 60a4abb
committed
fix: Correct RAG stats response parsing in check_railway_chromadb.py
- API returns {'stats': {...}} not {'vector_db': {...}}
- Fix parsing to use stats.knowledge_documents instead of vector_db.knowledge_documents
- Script now correctly shows collection document counts1 parent baf53bb commit 60a4abb
1 file changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
0 commit comments