4b4d37b332b9a73376870538755b7fa2df610060
Fix qdrant_request() to properly handle empty dict {} as body.
Python's 'if body' evaluates to False for empty dict, causing EOF error.
Changed:
- data = json.dumps(body).encode() if body is not None else None
Also cleaned up count_seeds() to use consistent body passing.
momentry_core
Digital asset management system with video analysis and RAG - Production version with API Key authentication
Description
Languages
PLpgSQL
50.8%
Python
25.5%
Rust
10.6%
HTML
7.3%
Shell
3.6%
Other
2.1%