Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit ae5d2fc

Browse files
committed
Fri Apr 19 22:05:35 PDT 2024
1 parent 28835a7 commit ae5d2fc

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"@ava/docs",
2424
"@ava/oai-openapi",
2525
"@ava/lang",
26-
"node-llama-cpp"
26+
"node-llama-cpp",
27+
"hnswlib-node"
2728
]
2829
}

packages/lang/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"zod": "^3.22.5"
2424
},
2525
"trustedDependencies": [
26-
"node-llama-cpp"
26+
"node-llama-cpp",
27+
"hnswlib-node"
2728
]
2829
}

server/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"trustedDependencies": [
2626
"@ava/oai-openapi",
2727
"@ava/lang",
28-
"node-llama-cpp"
28+
"node-llama-cpp",
29+
"hnswlib-node"
2930
]
3031
}

0 commit comments

Comments
 (0)