⬆️ Add @lilith/ml-provider-clients dependency to attributes backend

Required for LLM-powered relevance generation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Lilith 2026-01-02 08:55:25 -08:00
parent e568c70f59
commit e1ce94b32c

View file

@ -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",