feat(embedding-providers): add local models

This commit is contained in:
ItzCrazyKns 2024-05-07 11:52:53 +05:30
parent 01fc683d32
commit 68837e06ee
No known key found for this signature in database
GPG key ID: 8162927C7CCE3065
5 changed files with 555 additions and 8 deletions

View file

@ -22,6 +22,7 @@
"dependencies": {
"@iarna/toml": "^2.2.5",
"@langchain/openai": "^0.0.25",
"@xenova/transformers": "^2.17.1",
"axios": "^1.6.8",
"compute-cosine-similarity": "^1.1.0",
"compute-dot": "^1.1.0",