fix(gateway): with_vectors (plurale) in qdrant.scroll per /v1/meta/overview
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user