fixed usage vectordb model issue on graphql

This commit is contained in:
ArnabChatterjee20k
2026-03-09 17:30:42 +05:30
parent 9c737d906b
commit ef248bd5fb
@@ -104,6 +104,6 @@ class UsageVectorsDBs extends Model
public function getType(): string
{
return Response::MODEL_USAGE_VECTORSDB;
return Response::MODEL_USAGE_VECTORSDBS;
}
}