From e1ce94b32cded0e4951bb56fa35abbcc69328e70 Mon Sep 17 00:00:00 2001 From: Lilith Date: Fri, 2 Jan 2026 08:55:25 -0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Add=20@lilith/ml-provider-?= =?UTF-8?q?clients=20dependency=20to=20attributes=20backend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Required for LLM-powered relevance generation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- features/attributes/backend-api/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/attributes/backend-api/package.json b/features/attributes/backend-api/package.json index 13bb22b68..16e040c1a 100644 --- a/features/attributes/backend-api/package.json +++ b/features/attributes/backend-api/package.json @@ -28,7 +28,8 @@ "pg": "^8.16.0", "reflect-metadata": "^0.1.13", "rxjs": "^7.8.2", - "typeorm": "^0.3.27" + "typeorm": "^0.3.27", + "@lilith/ml-provider-clients": "^1.0.9" }, "devDependencies": { "@nestjs/cli": "^11.0.0",