Haiss123 commited on
Commit
f764475
·
verified ·
1 Parent(s): 6b98b09

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -344,7 +344,7 @@ async def root():
344
  },
345
  "GET /stats": {
346
  "description": "Get Qdrant collection statistics",
347
- "response": {"vectors_count": "int", "segments": "int", ...}
348
  }
349
  }
350
  },
 
344
  },
345
  "GET /stats": {
346
  "description": "Get Qdrant collection statistics",
347
+ "response": {"vectors_count": "int", "segments": "int", "indexed_vectors_count": "int"}
348
  }
349
  }
350
  },