fix(gateway): with_vectors (plurale) in qdrant.scroll per /v1/meta/overview

This commit is contained in:
enne2
2026-08-13 13:09:10 +02:00
parent 4b1f13c118
commit 334f9c6b44
+1 -1
View File
@@ -309,7 +309,7 @@ async def meta_overview(key: str = Depends(require_auth)) -> dict:
collection_name=COLLECTION,
limit=1000,
with_payload=["scope", "kind", "project_id", "agent_id", "superseded_by"],
with_vector=False,
with_vectors=False,
offset=offset,
)
for p in points: