feat(embedding-providers): add local models
This commit is contained in:
parent
01fc683d32
commit
68837e06ee
5 changed files with 555 additions and 8 deletions
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"lib": ["ESNext"],
|
||||
"module": "commonjs",
|
||||
"module": "Node16",
|
||||
"moduleResolution": "Node16",
|
||||
"target": "ESNext",
|
||||
"outDir": "dist",
|
||||
"sourceMap": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue