feat: add qdrant-client dependency

This commit is contained in:
OpenClaw Sub-agent
2026-02-13 18:50:06 +11:00
parent 7a32cd9a79
commit 7a36a73edf
+1
View File
@@ -23,6 +23,7 @@ dependencies = [
"python-magic>=0.4.27",
"pillow~=11.2.1",
"whoosh==2.7.4",
"qdrant-client>=1.13.2",
]
[build-system]