Spaces:
Sleeping
Sleeping
Update main.py
Browse files
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 |
},
|