We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aacdead commit ca53e86Copy full SHA for ca53e86
bun.lockb
248 Bytes
package.json
@@ -10,11 +10,7 @@
10
"build": "bun run build.ts"
11
},
12
"devDependencies": {
13
- "@types/bun": "latest",
14
- "@xenova/transformers": "^2.17.2",
15
- "pg": "^8.13.0",
16
- "pgvector": "^0.2.0",
17
- "tiktoken": "^1.0.15"
+ "@types/bun": "latest"
18
19
"peerDependencies": {
20
"typescript": "^5.0.0"
@@ -23,7 +19,10 @@
23
"@inquirer/prompts": "^7.0.0",
24
"chalk": "^5.3.0",
25
21
"dotenv": "^16.0.0",
26
- "llamaindex": "^0.6.18"
22
+ "llamaindex": "^0.6.18",
+ "@xenova/transformers": "^2.17.2",
+ "pg": "^8.13.0",
+ "pgvector": "^0.2.0",
27
28
"trustedDependencies": [
29
"protobufjs"
0 commit comments