mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-01 15:40:53 -05:00
* [AI] strict mode parameter for limiting update requests if ram usage is over threshold * opanAPI update * [AI] end-to-end test * fmt * Fix e2e test: memory rejection check broken by string truncation UnexpectedResponse.__str__() truncates the raw response body, cutting off the `max_resident_memory_percent` hint at the end of the error message. Use `resident memory usage` instead, which appears early enough to survive the truncation. Made-with: Cursor * add grpc validation * test check_resident_memory --------- Co-authored-by: Cursor Agent <agent@cursor.com> Co-authored-by: Arnaud Gourlay <arnaud.gourlay@gmail.com>