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

@ -1,7 +1,8 @@
{
"compilerOptions": {
"lib": ["ESNext"],
"module": "commonjs",
"module": "Node16",
"moduleResolution": "Node16",
"target": "ESNext",
"outDir": "dist",
"sourceMap": false,