fix: replace @xenova/transformers with fastembed to avoid sharp dependency

- Switched to fastembed with BGESmallENV15 model
- No more native sharp module compilation issues
- Works with bunx without errors
This commit is contained in:
CodingInCarhartts
2025-12-14 13:13:01 -08:00
parent eb1cf5cfd3
commit b9040b1bdd
2 changed files with 22 additions and 18 deletions
+1 -1
View File
@@ -44,8 +44,8 @@
"dependencies": {
"@lancedb/lancedb": "^0.22.3",
"@modelcontextprotocol/sdk": "^1.24.3",
"@xenova/transformers": "^2.17.2",
"commander": "^14.0.2",
"fastembed": "^2.0.0",
"zod": "^4.1.13"
},
"devDependencies": {